21 lines
686 B
Plaintext
21 lines
686 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>
|
|
<!-- macOS-only: keep the global Quick Question shortcut available with no windows. -->
|
|
<key>NSSupportsAutomaticTermination</key>
|
|
<false/>
|
|
<key>UIApplicationShortcutItems</key>
|
|
<array>
|
|
<dict>
|
|
<key>UIApplicationShortcutItemType</key>
|
|
<string>net.buzzert.sybil2.quick-question</string>
|
|
<key>UIApplicationShortcutItemTitle</key>
|
|
<string>Quick question</string>
|
|
<key>UIApplicationShortcutItemIconSymbolName</key>
|
|
<string>sparkles</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|