Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created November 2, 2014 23:38
Show Gist options
  • Save ryanburgess/ff177d78f2781d5450ef to your computer and use it in GitHub Desktop.
Save ryanburgess/ff177d78f2781d5450ef to your computer and use it in GitHub Desktop.
Open iOS Simulator without opening Xcode
// Alias
alias iphone='open /Applications/Xcode.app/Contents/developer/applications/ios\ Simulator.app'
// command
open /Applications/Xcode.app/Contents/developer/applications/ios\ Simulator.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment