Browse Source

Add location entitlement + info usage description.

master
Abhishek Banthia 1 year ago
parent
commit
fa17ef6675
  1. 2
      Clocker/Clocker/Clocker-Info.plist
  2. 2
      Clocker/Clocker/Clocker.entitlements

2
Clocker/Clocker/Clocker-Info.plist

@ -49,5 +49,7 @@
<string>YES</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Clocker uses your location to auto-update the timezone of your local timezone.</string>
</dict>
</plist>

2
Clocker/Clocker/Clocker.entitlements

@ -10,6 +10,8 @@
<true/>
<key>com.apple.security.personal-information.calendars</key>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
<key>com.apple.security.temporary-exception.apple-events</key>
<array>
<string>com.apple.reminders</string>

Loading…
Cancel
Save