summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-18 18:17:06 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-18 18:29:34 -0800
commitce679eea40977af09dc5cae2950adc49e63792e0 (patch)
tree567d3c63a7517245c4d64307ce4f491f5110a601 /ios
parent35441a26e9bc6335ae5009455672772572bee004 (diff)
downloadqtlocation-mapboxgl-ce679eea40977af09dc5cae2950adc49e63792e0.tar.gz
refs #2380: plop Settings.bundle inside of framework distribution
Diffstat (limited to 'ios')
-rw-r--r--ios/framework/Settings.bundle/Root.plist33
-rw-r--r--ios/framework/Settings.bundle/en.lproj/Root.stringsbin0 -> 544 bytes
2 files changed, 33 insertions, 0 deletions
diff --git a/ios/framework/Settings.bundle/Root.plist b/ios/framework/Settings.bundle/Root.plist
new file mode 100644
index 0000000000..076f402e1e
--- /dev/null
+++ b/ios/framework/Settings.bundle/Root.plist
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>PreferenceSpecifiers</key>
+ <array>
+ <dict>
+ <key>Title</key>
+ <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>MGLMapboxMetricsEnabled</string>
+ <key>Title</key>
+ <string>Mapbox Metrics</string>
+ <key>Type</key>
+ <string>PSToggleSwitchSpecifier</string>
+ <key>TrueValue</key>
+ <true/>
+ <key>FalseValue</key>
+ <false/>
+ </dict>
+ </array>
+ <key>StringsTable</key>
+ <string>Root</string>
+</dict>
+</plist>
diff --git a/ios/framework/Settings.bundle/en.lproj/Root.strings b/ios/framework/Settings.bundle/en.lproj/Root.strings
new file mode 100644
index 0000000000..51959f60af
--- /dev/null
+++ b/ios/framework/Settings.bundle/en.lproj/Root.strings
Binary files differ