wiverson / maven-jpackage-template

Sample project illustrating building nice, small cross-platform JavaFX or Swing desktop apps with native installers while still using the standard Maven dependency system.
Apache License 2.0
351 stars 53 forks source link

Mac App Signing via entitlements.plist #77

Closed EasyG0ing1 closed 2 years ago

EasyG0ing1 commented 2 years ago

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

<entitlements>entitlements.plist</entitlements>

I've attached the file just in case it helps at all. entitlements.plist.zip