I\'d like to develop and run my iPhone applications from the command line and my personal editor instead of having to use Xcode.
So far I\'ve been able to edit all the f
All you need to do is copy the built .app from wherever XCode puts it to ~/Library/Application Support/iPhone Simulator/[some version]/Applications/[somefolder]/
.
Then, launch /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iOS Simulator.app
. Not sure how to get it to launch a specific application, but that'll take you to the home screen.