aboutsummaryrefslogtreecommitdiffstats
path: root/platform/ios/Integration Test Harness/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Integration Test Harness/Info.plist')
-rw-r--r--platform/ios/Integration Test Harness/Info.plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/Integration Test Harness/Info.plist b/platform/ios/Integration Test Harness/Info.plist
index be30bb5cc..1fcabd595 100644
--- a/platform/ios/Integration Test Harness/Info.plist
+++ b/platform/ios/Integration Test Harness/Info.plist
@@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>Used to run user location tests</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
@@ -22,6 +20,8 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>NSLocationWhenInUseUsageDescription</key>
+ <string>Used to run user location tests</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>