Login  Register

Re: Mac OS X Bundle Versions

Posted by hansen_m on Feb 11, 2016; 3:29pm
URL: http://astroimagej.170.s1.nabble.com/Mac-OS-X-Bundle-Versions-tp219p343.html

I've run into the unzip and executable issue before, so this is what we do for deploying in our labs.


/bin/chmod a+x /Applications/AstroImageJ/AstroImageJ*.app/Contents/MacOS/JavaApplicationStub
/usr/bin/xattr -r -d com.apple.quarantine /Applications/AstroImageJ/AstroImageJ*.app


This is part of a larger script that does the unzip and setting of permissions for a shared system.