Skip to content

Instantly share code, notes, and snippets.

@tordans
Created July 23, 2011 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tordans/1101290 to your computer and use it in GitHub Desktop.
Save tordans/1101290 to your computer and use it in GitHub Desktop.
iPhone Simulator starten via Terminal
# Start iPhone Simulator
/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator
# Start iPhone Simulator with Performance-Debugging on
# See Paul Irish's Talk http://www.youtube.com/watch?v=q_O9_C2ZjoA#at=830 for details
CA_COLOR_OPAQUE=1 /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment