Skip to content

Instantly share code, notes, and snippets.

@bthibault
Last active January 28, 2016 23:06
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 bthibault/262cabf2ef49c58a282e to your computer and use it in GitHub Desktop.
Save bthibault/262cabf2ef49c58a282e to your computer and use it in GitHub Desktop.
#!/bin/bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install npm
brew install ios-webkit-debug-proxy
git clone https://github.com/appium/appium.git
cd appium
./reset.sh --ios --real-safari
brew install wget
wget https://github.com/budhash/SafariLauncher/archive/master.zip
unzip ./master.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment