Release Build w/Scripts as Run Only

In the past (with AS Studio) if you switched to Build Configuration of Release, all your scripts were saved as run only where the code was hidden. Now I can’t find a setting to make that happen. Is there something I need to do explicitly?

• In Xcode in the navigation bar select the project file (on the top).
• Select the target
• Select tab Build Settings on the top of the window
• Type OSA into the search field
• Set Save as Execute-Only to YES

I don’t seem to have that option, searching OSA produces nothing. I searched build settings for the Project and Target…

It should be under OSACompile - Build Options in Build Settings.

If I select the Project/Build Settings, I see a Build Options section but only:

—Debug Information Format
—Enable Testability options

If I select the Target/Build Settings, I do not see a Build Options section.

Neither seems to have any mention of OSA anywhere…?

Sounds like you have Basic settings shown, not All. The buttons are in the row below the General/Capabilities/… tabs.

Yep. That was it. Good grief. :smiley: