mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
<?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>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSGroupSpecifier</string>
|
|
<key>FooterText</key>
|
|
<string>Provide this Unique ID when reporting an issue</string>
|
|
<key>Title</key>
|
|
<string>Report Issue</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSTextFieldSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Unique ID</string>
|
|
<key>Key</key>
|
|
<string>deviceUIDCopy</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSGroupSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Cache</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Clear Cache on Next Launch</string>
|
|
<key>Key</key>
|
|
<string>clearFilesOnLaunch</string>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|