How to deploy an application with firewall permissions on Mac?
- by user264878
I've bundled a jar file as a mac application using jar bundler. I'm now trying to create an installer for this app so that:
1) The application will be placed in the applications folder
2) The application is added to the list of permissible apps in Mac Application Level Firewall
Also, I have several example files I would like to include with this application - what is the best way to make these available to the user. Someone suggested I have the mpkg file launch a dmg file which would contain these files, but this seems circuitous.
Thanks