Checkout a certain version of ios-deploy

This commit is contained in:
Slava Kim
2014-08-12 17:24:51 -07:00
parent c889dfdc76
commit 3f04a82ea4

View File

@@ -95,6 +95,7 @@ if [ "$OS" == "osx" ]; then
git clone https://github.com/phonegap/ios-deploy.git
cd ios-deploy
git checkout 1.0.9
make
cd ..
mkdir -p "$DIR/lib/ios-deploy"