Skip to content

Commit

Permalink
Adds when in use message support for iPhone X. Refs svet#40.
Browse files Browse the repository at this point in the history
  • Loading branch information
gradha committed Nov 19, 2017
1 parent 813595d commit cd88527
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/Record_my_position-appstore.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
</array>
<key>NSLocationAlwaysUsageDescription</key>
<string>This permission is needed to record your location even when you switch away from the app.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This permission is needed to record your location even when you switch away from the app.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This permission is needed to record your location even when you switch away from the app.</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
Expand Down
4 changes: 4 additions & 0 deletions resources/Record_my_position-dev.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
</array>
<key>NSLocationAlwaysUsageDescription</key>
<string>This permission is needed to record your location even when you switch away from the app.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This permission is needed to record your location even when you switch away from the app.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This permission is needed to record your location even when you switch away from the app.</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
Expand Down

0 comments on commit cd88527

Please sign in to comment.