How to deploy an application with firewall permissions on Mac?
Posted
by user264878
on Stack Overflow
See other posts from Stack Overflow
or by user264878
Published on 2010-02-03T01:17:52Z
Indexed on
2010/03/31
13:43 UTC
Read the original article
Hit count: 124
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
© Stack Overflow or respective owner