Last active
August 29, 2015 14:03
-
-
Save billyxs/6fdca6838718125c3b14 to your computer and use it in GitHub Desktop.
iPhone/iPad Simulator Link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# open simulatro | |
open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app | |
# simbolic link to desktop | |
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app ~/Desktop | |
# or use this to run as -> $ simulator | |
alias simulator='open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment