macos – How one can osacompile a script containing `inform Software` and NSAppleScriptEnabled with out activating it

macos – How one can osacompile a script containing `inform Software` and NSAppleScriptEnabled with out activating it

How do I compile the next script with out really activating the appliance in the course of the compilation? inform software “/Purposes/VLC.app” to activate If I do e.g. this, it is not going to solely create a launcher bundle, but additionally activate VLC.app throughout compilation: osacompile -o foo.app -e ‘inform software “/Purposes/VLC.app” to activate’ This…