Skip to content

Commit

Permalink
desktop: add more app properties
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Feb 17, 2021
1 parent 7c1e74b commit 9723c73
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions desktop/build-osx-info-plist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9723c73

Please sign in to comment.