summaryrefslogtreecommitdiff
path: root/ios/app/app-info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'ios/app/app-info.plist')
-rw-r--r--ios/app/app-info.plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/app/app-info.plist b/ios/app/app-info.plist
index d497d09e76..309702d990 100644
--- a/ios/app/app-info.plist
+++ b/ios/app/app-info.plist
@@ -39,8 +39,10 @@
</dict>
<key>NSHumanReadableCopyright</key>
<string>(c) 2014 Mapbox</string>
+ <key>NSLocationAlwaysUsageDescription</key>
+ <string>The map will ALWAYS display the user's location.</string>
<key>NSLocationWhenInUseUsageDescription</key>
- <string>The map will display the user&apos;s location.</string>
+ <string>The map will display the user's location.</string>
<key>UILaunchStoryboardName</key>
<string>Default</string>
<key>UIRequiredDeviceCapabilities</key>
@@ -60,7 +62,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>The map will ALWAYS display the user&apos;s location.</string>
</dict>
</plist>