I have an application that I\'m creating and would like to run a shell scripts from within it. One of the scripts creates a .plist file, and the other does a patch on a binary f
The easiest way I know is NSTask. It's just like a terminal command from where you can call your bash script.