Add a link to docs on ios-sim

This commit is contained in:
Slava Kim
2015-02-11 15:56:34 -08:00
parent e14be5f80b
commit c3615d6898

View File

@@ -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"