I'd like to install + run my app built outside of xcode (through xcodebuild) through a similar sort of command line tool. How could I get it on the simulator?
I've looked at a few related posts:
http://stackoverflow.com/questions/1108076/where-does-the-iphone-simulator-store-its-data http://stackoverflow.com/questions/692064/cleaning-up-the-iphone-simulator
None of these posts describe what that UUID is, nor what the other files are in that directory.
So how I could I replicate XCode's installation + starting the app through a command line tool?