summaryrefslogtreecommitdiff
path: root/ios/app
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-05-18 21:40:26 -0500
committerBrad Leege <bleege@gmail.com>2015-05-18 21:40:26 -0500
commit5572504d38ddb2cb5e597f9fd256e409ad6dac6d (patch)
tree336a27579df228f84f69dfad6b0bc11496015508 /ios/app
parent1102f85a8323cf4c06544cd8b741bb82c528e000 (diff)
parentd56daf74800d854be2d21940bc65bab52e36bb2c (diff)
downloadqtlocation-mapboxgl-5572504d38ddb2cb5e597f9fd256e409ad6dac6d.tar.gz
Merge pull request #1589 from mapbox/1396-info-plist-only
Manage Metrics TEST URL 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>