Skip to content

Instantly share code, notes, and snippets.

@neovov
Created April 12, 2013 14:58
Show Gist options
  • Save neovov/5372637 to your computer and use it in GitHub Desktop.
Save neovov/5372637 to your computer and use it in GitHub Desktop.
# Doesn't work :(
$ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -SimulateApplication /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/Applications/MobileSafari.app/MobileSafari -u http://google.fr
# Works :) !
$ ios-sim launch /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S
DKs/iPhoneSimulator6.1.sdk/Applications/MobileSafari.app --args -u http://google.fr
# But: brew install ios-sim :/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment