Sample project illustrating building nice, small cross-platform JavaFX or Swing desktop apps with native installers while still using the standard Maven dependency system.
I'm not sure if this information will be of any use to you, but thus far, I've been using this packager to make my apps and all that Ive needed to do in order for the app to simply run on a mac without needing to have anything signed, is that I have a file named entitlements.plist in the root of my project than this option goes in the config for the packager in the POM file
I'm not sure if this information will be of any use to you, but thus far, I've been using this packager to make my apps and all that Ive needed to do in order for the app to simply run on a mac without needing to have anything signed, is that I have a file named
entitlements.plist
in the root of my project than this option goes in the config for the packager in the POM fileI've attached the file just in case it helps at all. entitlements.plist.zip