Dock icon and menu bar name in Mac OS
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
As an alternative, you may merge this pull request below, which solves this issue programatically.
https://sourceforge.net/p/squirrel-sql/git/merge-requests/16/
Regards
Martin
Just as a hint: this feature request relates to
https://sourceforge.net/p/squirrel-sql/feature-requests/404/
Alternatively, to fix the application menu name change the startup script:
/Applications/SQuirreLSQL.app/Contents/MacOS/squirrel-sql.shto redefine MACOSX_SQUIRREL_PROPS from
to
Leave
com.apple.mrj.application.apple.menu.about.namefor old macs (doesn't work on new macs) and addapple.awt.application.namefor new macs (old macs ignore this value).This fixes the name in the dock, the menu bar, and the CMD-tab menu. This does not address the icon, but the values in
/Applications/SQuirreLSQL.app/Contents/Info.plistdo so for me. Of course, all of this only works for the.appversion, not the jar run directly.Committed Harry's change to out GIT repository. It will be available in future snapshots and versions.