I want to invoke terminal.app from a php script is this possible if not then how do we invoke terminal using applescript/shell script. I want to use php because there is no other option for me. also after invoking terminal i want to navigate to a folder and run xcodebuild command from there. Does someone knows about it?
Asked
Active
Viewed 108 times
1 Answers
0
You could use the shell_exec command. But I fail to see how opening the terminal helps you.

Traveling Tech Guy
- 27,194
- 23
- 111
- 159
-
not working. I am on MAC OS X Leopard. i want to build an iphone app using php on server then create ipa so that user can download the app and install through itunes – Rahul Vyas Feb 23 '10 at 07:52