Skip to content

Instantly share code, notes, and snippets.

View bthibault's full-sized avatar

Brian Thibault bthibault

  • Columbus, OH, United States
View GitHub Profile
@bthibault
bthibault / \Library\LaunchDaemonscom.keynote.proxy-launcher.plist
Created February 10, 2016 16:23
OSX daemon definition to launch safarilauncher at startup and keepitalive
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.keynote.proxy-launcher</string>
<key>Program</key>
<string>/Users/mcit/dameonLauncher/startSafariLauncher.sh</string>
<key>KeepAlive</key>
<true/>
#!/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