summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-04-02 12:43:32 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-04-02 12:43:32 -0700
commit44d360501e135f691f1261dbaab3fc23213ffbcb (patch)
treefc00bcd39afe14dbeaac49d465eafaef7be8678c
parent94ed06dacb60cbcf75119ade8479f345a43d3af5 (diff)
downloadqtlocation-mapboxgl-44d360501e135f691f1261dbaab3fc23213ffbcb.tar.gz
Polished privacy settings
Added footer text to explain the purpose of the Mapbox Metrics setting. Added strings from the plist to an existing unused .strings file and converted that .strings file to UTF-8 for diffability.
-rw-r--r--ios/app/Settings.bundle/Root.plist18
-rw-r--r--ios/app/Settings.bundle/en.lproj/Root.stringsbin546 -> 274 bytes
2 files changed, 2 insertions, 16 deletions
diff --git a/ios/app/Settings.bundle/Root.plist b/ios/app/Settings.bundle/Root.plist
index 4e50f0ef36..f3a995024e 100644
--- a/ios/app/Settings.bundle/Root.plist
+++ b/ios/app/Settings.bundle/Root.plist
@@ -9,23 +9,9 @@
<string>Privacy Settings</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
+ <key>FooterText</key>
+ <string>This setting allows the application to share anonymized location and usage data with Mapbox.</string>
</dict>
-<!--
- <dict>
- <key>DefaultValue</key>
- <true/>
- <key>Key</key>
- <string>mapbox_metrics_disabled</string>
- <key>Title</key>
- <string>Mapbox Metrics Are Disabled</string>
- <key>Type</key>
- <string>PSTitleValueSpecifier</string>
- <key>TrueValue</key>
- <true/>
- <key>FalseValue</key>
- <false/>
- </dict>
- -->
<dict>
<key>DefaultValue</key>
<true/>
diff --git a/ios/app/Settings.bundle/en.lproj/Root.strings b/ios/app/Settings.bundle/en.lproj/Root.strings
index 8cd87b9d6b..c4fe784dd6 100644
--- a/ios/app/Settings.bundle/en.lproj/Root.strings
+++ b/ios/app/Settings.bundle/en.lproj/Root.strings
Binary files differ