mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
26 lines
721 B
Plaintext
26 lines
721 B
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>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSGroupSpecifier</string>
|
|
<key>FooterText</key>
|
|
<string>Opens the app straight to the settings menu. Useful if you changed anything there and need to change it back but the app won't start.</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Recovery Mode</string>
|
|
<key>Key</key>
|
|
<string>recovery</string>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|