How to execute the .app from the Terminal window
How to execute the .app from the Terminal window
- Subject: How to execute the .app from the Terminal window
- From: Elango C <email@hidden>
- Date: Wed, 4 Jan 2006 15:31:27 +0530
Hi everyone,
I would like to call/execute the cocoa application (sample.app) from
the Terminal window (i.e. shell prompt). Can I able to do it?. I
tried the following ways
./sample.app
./sample
but no luck....
then I tried like "exec ./sample.app/Contents/Mac OS/Sample &" now
the application is getting launched.. Is this correct one or Is there
any method of calling application from the teminal window?
I am using Xcode 2.2 for my development. I would like to test/debug my
application with commandline parameters... I dont know where to
specify the command line arguments in the Xcode project settings. Can
any one tell me how to do this...
Thanks,
--Elango
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden