fvarrui / JavaPackager

:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
GNU General Public License v3.0
1.07k stars 133 forks source link

Add support for a provisionprofile #224

Closed kerner1000 closed 2 years ago

kerner1000 commented 2 years ago

I'm submitting a…

Short description of the issue/suggestion:

Some App Store features require the presence of a "provisionprofile". It needs to be packaged into the Contents folder.

kerner1000 commented 2 years ago

See https://github.com/fvarrui/JavaPackager/pull/225 as a suggestion.

fvarrui commented 2 years ago

I've just merged your PR ... thanks!

kerner1000 commented 2 years ago

Thank you a lot for your work, I am now able to use your plugin to build and upload to the app store without violations. I will prepare some documentation and pull requests :)

fvarrui commented 2 years ago

Great! I'm happy to hear that