diff options
author | Jason Wray <jason@mapbox.com> | 2016-01-06 02:28:34 -0500 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-01-09 01:21:45 -0500 |
commit | 45a0f48ea023a73d8652c6c2af94f7048a02157c (patch) | |
tree | eea95fabc4594619dd52673d23102ae684d65464 /ios | |
parent | d7fdcc73bfcab39f63e547ce2af8435a9859cb08 (diff) | |
download | qtlocation-mapboxgl-45a0f48ea023a73d8652c6c2af94f7048a02157c.tar.gz |
[ios] Add telemetry setting directly to attribution button action sheet
- Deprecate and no-op `+[MGLAccountManager mapboxMetricsEnabledSettingShownInApp]`
- Check for attribution button hiding and make sure ToS are understood
Diffstat (limited to 'ios')
-rw-r--r-- | ios/app/Settings.bundle/Root.plist | 2 | ||||
-rw-r--r-- | ios/app/Settings.bundle/en.lproj/Root.strings | 2 | ||||
-rw-r--r-- | ios/framework/Settings.bundle/Root.plist | 2 | ||||
-rw-r--r-- | ios/framework/Settings.bundle/en.lproj/Root.strings | bin | 544 -> 552 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/ios/app/Settings.bundle/Root.plist b/ios/app/Settings.bundle/Root.plist index 076f402e1e..889610e152 100644 --- a/ios/app/Settings.bundle/Root.plist +++ b/ios/app/Settings.bundle/Root.plist @@ -18,7 +18,7 @@ <key>Key</key> <string>MGLMapboxMetricsEnabled</string> <key>Title</key> - <string>Mapbox Metrics</string> + <string>Mapbox Telemetry</string> <key>Type</key> <string>PSToggleSwitchSpecifier</string> <key>TrueValue</key> diff --git a/ios/app/Settings.bundle/en.lproj/Root.strings b/ios/app/Settings.bundle/en.lproj/Root.strings index c4fe784dd6..5343a34ae5 100644 --- a/ios/app/Settings.bundle/en.lproj/Root.strings +++ b/ios/app/Settings.bundle/en.lproj/Root.strings @@ -1,3 +1,3 @@ "Privacy Settings" = "Privacy Settings"; -"Mapbox Metrics" = "Mapbox Metrics"; +"Mapbox Telemetry" = "Mapbox Telemetry"; "This setting allows the application to share anonymized location and usage data with Mapbox." = "This setting allows the application to share anonymized location and usage data with Mapbox."; diff --git a/ios/framework/Settings.bundle/Root.plist b/ios/framework/Settings.bundle/Root.plist index 076f402e1e..889610e152 100644 --- a/ios/framework/Settings.bundle/Root.plist +++ b/ios/framework/Settings.bundle/Root.plist @@ -18,7 +18,7 @@ <key>Key</key> <string>MGLMapboxMetricsEnabled</string> <key>Title</key> - <string>Mapbox Metrics</string> + <string>Mapbox Telemetry</string> <key>Type</key> <string>PSToggleSwitchSpecifier</string> <key>TrueValue</key> diff --git a/ios/framework/Settings.bundle/en.lproj/Root.strings b/ios/framework/Settings.bundle/en.lproj/Root.strings Binary files differindex 51959f60af..e7658d692d 100644 --- a/ios/framework/Settings.bundle/en.lproj/Root.strings +++ b/ios/framework/Settings.bundle/en.lproj/Root.strings |