desktop: add more app properties

This commit is contained in:
c9s 2021-02-17 17:28:54 +08:00
parent 7c1e74b3a8
commit 9723c7373a

View File

@ -4,12 +4,18 @@ cat << EOF
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>bbgo-desktop</string> <string>bbgo-desktop</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>icon.icns</string> <string>icon.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.bbgo.lorca</string> <string>com.bbgo.lorca</string>
<key>LSFileQuarantineEnabled</key>
<true/>
<key>NSUserNotificationAlertStyle</key>
<string>banner</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict> </dict>
</plist> </plist>
EOF EOF