diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-10-20 11:51:14 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-10-20 14:48:11 -0700 |
commit | 21c40f41e8e4149f56919cfdba1c6eaf536020d8 (patch) | |
tree | 607746e1cc1461cf9a22606dc4b1a9961e0898e4 /test | |
parent | 00a1c2343abcdcfc222d26c9a579fc081fffff6a (diff) | |
download | qtlocation-mapboxgl-21c40f41e8e4149f56919cfdba1c6eaf536020d8.tar.gz |
Test metrics on staging endpoint
Diffstat (limited to 'test')
-rw-r--r-- | test/ios/App-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ios/App-Info.plist b/test/ios/App-Info.plist index ab5ac7ec8c..8753067af1 100644 --- a/test/ios/App-Info.plist +++ b/test/ios/App-Info.plist @@ -28,6 +28,8 @@ <string>pk.eyJ1IjoianVzdGluIiwiYSI6Ik9RX3RRQzAifQ.dmOg_BAp1ywuDZMM7YsXRg</string> <key>MGLMapboxMetricsEnabledSettingShownInApp</key> <true/> + <key>MGLMetricsTestServerURL</key> + <string>https://cloudfront-staging.tilestream.net</string> <key>NSLocationAlwaysUsageDescription</key> <string>Strictly for testing purposes, promise!</string> <key>UILaunchStoryboardName</key> |