Meshtastic-Apple/Settings.bundle/Root.plist

120 lines
2.9 KiB
Text
Raw Normal View History

2024-04-09 21:48:58 -07:00
<?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>StringsTable</key>
<string>Root</string>
<key>PreferenceSpecifiers</key>
<array>
2024-05-01 10:13:15 -07:00
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>DefaultValue</key>
<string></string>
<key>Title</key>
<string>Will share your phone GPS location with your node.</string>
<key>Key</key>
<string>shareLocationTitle</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Share Location</string>
<key>Key</key>
<string>provideLocation</string>
<key>DefaultValue</key>
<false/>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
2024-05-01 10:13:15 -07:00
<string>Interval</string>
<key>Key</key>
<string>provideLocationInterval</string>
<key>Values</key>
<array>
<integer>10</integer>
<integer>15</integer>
<integer>30</integer>
<integer>45</integer>
<integer>60</integer>
<integer>300</integer>
<integer>600</integer>
<integer>900</integer>
</array>
<key>Titles</key>
<array>
<string>Ten Seconds</string>
<string>Fifteen Seconds</string>
<string>Thirty Seconds</string>
<string>Forty Five Seconds</string>
<string>One Minute</string>
<string>Five Minutes</string>
<string>Ten Minutes</string>
<string>Fifteen Minutes</string>
</array>
<key>DefaultValue</key>
<string>Thirty Seconds</string>
</dict>
2024-04-10 18:46:32 -07:00
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Smart Position</string>
<key>Key</key>
<string>enableSmartPosition</string>
<key>DefaultValue</key>
<false/>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Use Legacy Mesh Map</string>
<key>Key</key>
<string>mapUseLegacy</string>
<key>DefaultValue</key>
<false/>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Notifications</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
2024-04-26 18:06:23 -07:00
<string>Channel Messages</string>
<key>Key</key>
2024-04-26 18:06:23 -07:00
<string>channelMessageNotifications</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>New Nodes</string>
<key>Key</key>
<string>newNodeNotifications</string>
<key>DefaultValue</key>
<true/>
</dict>
2024-04-26 18:06:23 -07:00
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Low Battery</string>
<key>Key</key>
<string>lowBatteryNotifications</string>
<key>DefaultValue</key>
<true/>
</dict>
</array>
2024-04-09 21:48:58 -07:00
</dict>
</plist>