views:

16

answers:

1

Hello all,

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?

A: 

You could use the shell_exec command. But I fail to see how opening the terminal helps you.

Traveling Tech Guy
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