0

I build an Application in Xcode using AppleScript.
I know from the AppleScript-Editor that i can mark my Scripts as "only execute", so that they can't be edited again.

Now the Question is, can i do so also in Xcode with that Project?

Phil
  • 327
  • 1
  • 4
  • 12

1 Answers1

1

The option is in the build settings. Search for "execute".

enter image description here

user309603
  • 1,518
  • 11
  • 10