diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index ed52d1c618..89bcb31e03 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -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"