Last active
January 28, 2016 23:06
-
-
Save bthibault/262cabf2ef49c58a282e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/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