federkasten / appbundle-maven-plugin

Maven plugin that creates an Application Bundle for OS X containing all your project dependencies and the necessary metadata
Apache License 2.0
180 stars 56 forks source link

Added -Xdock:name to the vmOptions to set About and Quit menu names #12

Closed GideonLeGrange closed 9 years ago

GideonLeGrange commented 9 years ago

For the bundle name to be used for the application in the About menu and Quit menu, it needs to be passed to the VM as such:

-Xdock:name=My App Name 

I've modified the Info.plist template to do this.

federkasten commented 9 years ago

Because of changes for #11, this PR changes have become no effect.

So I have manually modified to enable the -Xdock:name option with b0a2507.

Thank you.