summaryrefslogtreecommitdiff
path: root/ios/app
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-05-18 18:15:15 -0500
committerBrad Leege <bleege@gmail.com>2015-05-18 18:15:15 -0500
commitfa34b5396482faa66af0a38d24d724db026d722c (patch)
tree2770b40174454f6868fb4d40e65301b97cbfff68 /ios/app
parent14c62744c759d2326e757d6977d7380a40d75e6f (diff)
downloadqtlocation-mapboxgl-fa34b5396482faa66af0a38d24d724db026d722c.tar.gz
#1396 - Refactoring Metrics Test Server URL configuration to be drive via Info.plist
Diffstat (limited to 'ios/app')
-rw-r--r--ios/app/app-info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/app/app-info.plist b/ios/app/app-info.plist
index fd03e73241..85afe3e7a2 100644
--- a/ios/app/app-info.plist
+++ b/ios/app/app-info.plist
@@ -47,5 +47,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>MGLMetricsTestServerURL</key>
+ <string>https://cloudfront-staging.tilestream.net</string>
</dict>
</plist>