mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-23 07:15:15 +00:00
desktop: add more app properties
This commit is contained in:
parent
7c1e74b3a8
commit
9723c7373a
|
@ -4,12 +4,18 @@ cat << EOF
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>bbgo-desktop</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>icon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.bbgo.lorca</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>bbgo-desktop</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>icon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.bbgo.lorca</string>
|
||||
<key>LSFileQuarantineEnabled</key>
|
||||
<true/>
|
||||
<key>NSUserNotificationAlertStyle</key>
|
||||
<string>banner</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue
Block a user