Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run a compiled iPhone Simulator App Build? (.app) without Xcode?

So have a complete build of my app compatible for the iOS Simulator on Snow Leopard. Now I don't want to install Xcode on my other Mac to run this.

The question: Is there a way to only install the iOS Simulator? I could install the app on my iOS Simulator on my primary Mac and then just copy the iPhone Simulator folder from the Library folder and paste it on my secondary Mac.

Or is there any other app?

like image 856
cocos2dbeginner Avatar asked Feb 25 '11 19:02

cocos2dbeginner


1 Answers

Try Simulator Launcher:

Simulator Launcher builds custom executables to automatically launch an embedded iPhone Simulator application using the correct iPhone SDK.

like image 183
Ole Begemann Avatar answered Oct 05 '22 22:10

Ole Begemann