Re: automatically open .sh3d file on a Mac
It's noted in build.xml here but it could be more detailed...I would never have found this on my own
macosxInstaller target will build a dmg but it won't be signed and can't be notarized, i.e. end users who download it will be able to run the application it contains only if they right click on it to select Open item in contextual menu. It's required only the fist time, and afterwards a simple double click will launch the program.to build the dmg/app of SW for macos 13, I have to use : ant macosxInstaller
Is that correct ?
Code: Select all
<arg value="-L"/>