Mac App Store submission & run only script

Hello All,

I’m back with another question for the masses… I’m continually working on a few AppleScriptObjC projects which I’d like to try and submit to the App Store, but I’m wondering about the AppDelegate.applescript file which contains all of the code I’ve written. Normally, if I am writing a regular AppleScript in AppleScript Editor, I can just export a “run-only” script for distribution. How can I do a similar thing for an AppleScriptObjC application? Is this even possible in Xcode with a code-signed application? Thanks in advance for your input!

Yes. You only have to make sure the setting for “save as executable only” is checked in the Project’s Build Settings. Search for OSACompile, you’ll find it easy. Just set the one for Release to YES.