summaryrefslogtreecommitdiff
path: root/ios/app
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-07-27 15:52:17 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-07-27 15:52:17 -0700
commit0178c94f6d79891d81468a69673263fa62ebcb9c (patch)
treec296b2688fc2c2a6d47c2ce8dcf87463dae703de /ios/app
parent3a310c916be458631dc22b64c4e817f7c28c278e (diff)
downloadqtlocation-mapboxgl-0178c94f6d79891d81468a69673263fa62ebcb9c.tar.gz
Exempt Metrics staging server from PFS requirement
This server should not used in actual production code anyways. Fixes #1937.
Diffstat (limited to 'ios/app')
-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>