mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
26 lines
689 B
Plaintext
26 lines
689 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>Danger zone: Only touch this if you know what you're doing but you messed up anyway</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Reset launch and boot commands</string>
|
|
<key>Key</key>
|
|
<string>hail mary</string>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|