Update build.sh script to use iOS 10.2 simulator (#2921)

* Update build.sh script to use iOS 10.2 simulator

* Remove the OS version all together

* Remove comment
This commit is contained in:
Michael Schneider
2017-01-23 16:33:07 -08:00
committed by GitHub
parent a427dce609
commit a2cd79d406

View File

@@ -1,8 +1,7 @@
#!/bin/bash
# **** Update me when new Xcode versions are released! ****
PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7"
SDK="iphonesimulator10.1"
PLATFORM="platform=iOS Simulator,name=iPhone 7"
SDK="iphonesimulator"
# It is pitch black.