summaryrefslogtreecommitdiff
path: root/ios/app
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-08 11:51:48 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-05-08 11:51:48 -0700
commitbb788f56f268cfebba2105be7e23744779cad7b8 (patch)
treeb29ef0330a243cb50d8dea8d62b59cc04552347f /ios/app
parent1cf5af9c3155ea3e7261cf85be2004a528ac3763 (diff)
downloadqtlocation-mapboxgl-bb788f56f268cfebba2105be7e23744779cad7b8.tar.gz
Renamed settings keys
The new keys fit the standard naming convention for Info.plist keys and more clearly communicate how they’re to be used.
Diffstat (limited to 'ios/app')
-rw-r--r--ios/app/Settings.bundle/Root.plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/app/Settings.bundle/Root.plist b/ios/app/Settings.bundle/Root.plist
index f3a995024e..076f402e1e 100644
--- a/ios/app/Settings.bundle/Root.plist
+++ b/ios/app/Settings.bundle/Root.plist
@@ -4,7 +4,7 @@
<dict>
<key>PreferenceSpecifiers</key>
<array>
- <dict>
+ <dict>
<key>Title</key>
<string>Privacy Settings</string>
<key>Type</key>
@@ -16,7 +16,7 @@
<key>DefaultValue</key>
<true/>
<key>Key</key>
- <string>mapbox_metrics_enabled_preference</string>
+ <string>MGLMapboxMetricsEnabled</string>
<key>Title</key>
<string>Mapbox Metrics</string>
<key>Type</key>