summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/app/app-info.plist15
1 files changed, 13 insertions, 2 deletions
diff --git a/ios/app/app-info.plist b/ios/app/app-info.plist
index 85afe3e7a2..978cc271e4 100644
--- a/ios/app/app-info.plist
+++ b/ios/app/app-info.plist
@@ -24,6 +24,19 @@
<string>0.0.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>MGLMetricsTestServerURL</key>
+ <string>https://cloudfront-staging.tilestream.net</string>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSExceptionDomains</key>
+ <dict>
+ <key>cloudfront-staging.tilestream.net</key>
+ <dict>
+ <key>NSExceptionRequiresForwardSecrecy</key>
+ <false/>
+ </dict>
+ </dict>
+ </dict>
<key>NSHumanReadableCopyright</key>
<string>(c) 2014 Mapbox</string>
<key>NSLocationWhenInUseUsageDescription</key>
@@ -47,7 +60,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
- <key>MGLMetricsTestServerURL</key>
- <string>https://cloudfront-staging.tilestream.net</string>
</dict>
</plist>