diff --git a/build.sh b/build.sh index 060d48d040..4a3e043815 100755 --- a/build.sh +++ b/build.sh @@ -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.