diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index e11192401d..fa6ffc8d0a 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -30,6 +30,7 @@ if [ "$OS" == "osx" ]; then # cp -r build/Release/* "$DIR/lib/ios-sim/" # Download the precompiled tarball + # See docs on building the new ios_sim: https://mdg.hackpad.com/Building-ios-sim-tarball-9aHVf0rGcwE IOS_SIM_URL="http://android-bundle.s3.amazonaws.com/ios-sim.mavericks.xcode6.tgz" curl "$IOS_SIM_URL" | tar xfz - mkdir -p "$DIR/lib/ios-sim"