Browse Source

Update Clocker-Info.plist

master
Abhishek Banthia 5 months ago
parent
commit
36d7c41c3c
  1. 8
      Clocker/Clocker/Clocker-Info.plist

8
Clocker/Clocker/Clocker-Info.plist

@ -9,7 +9,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<string>Clocker - World Clock</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
@ -18,6 +18,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
@ -32,7 +34,7 @@
<key>NSCalendarsUsageDescription</key>
<string>Clocker can be more useful when it can display upcoming events from your calendars. You can change this setting in System Preferences › Security &amp; Privacy › Privacy</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016, Abhishek Banthia</string>
<string>Copyright © 2024, Abhishek Banthia</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Clocker can be more useful when it can use your location to determine your current timezone.</string>
<key>NSLocationUsageDescription</key>
@ -47,7 +49,5 @@
<true/>
<key>RequestsOpenAccess</key>
<string>YES</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

Loading…
Cancel
Save