2026-05-06 21:53:51 -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>
|
2026-08-21 17:28:08 -07:00
|
|
|
<!-- macOS-only: keep the global Quick Question shortcut available with no windows. -->
|
|
|
|
|
<key>NSSupportsAutomaticTermination</key>
|
|
|
|
|
<false/>
|
2026-05-06 21:53:51 -07:00
|
|
|
<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>
|