summaryrefslogtreecommitdiff
path: root/test/ios/App-Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/App-Info.plist')
-rw-r--r--test/ios/App-Info.plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ios/App-Info.plist b/test/ios/App-Info.plist
index f817ea1d9a..ab5ac7ec8c 100644
--- a/test/ios/App-Info.plist
+++ b/test/ios/App-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>com.mapbox.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -28,6 +28,8 @@
<string>pk.eyJ1IjoianVzdGluIiwiYSI6Ik9RX3RRQzAifQ.dmOg_BAp1ywuDZMM7YsXRg</string>
<key>MGLMapboxMetricsEnabledSettingShownInApp</key>
<true/>
+ <key>NSLocationAlwaysUsageDescription</key>
+ <string>Strictly for testing purposes, promise!</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
@@ -40,8 +42,6 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>Strictly for testing purposes, promise!</string>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>