Skip to content

Commit

Permalink
Update ios bash alias for launching iOS simulator
Browse files Browse the repository at this point in the history
New path as of some version of OS X
  • Loading branch information
mdo committed May 20, 2016
1 parent 617a99c commit 743ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ alias ps='python -m SimpleHTTPServer 4000'
alias gtest='testrb test/integration/bundle_test.rb'

## Mobile iOS testing
alias ios='open /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app'
alias ios='open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app'

# Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
Expand Down

0 comments on commit 743ce68

Please sign in to comment.