From a2cd79d40659202a8d0f32e1d2abb182826fe486 Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Mon, 23 Jan 2017 16:33:07 -0800 Subject: [PATCH] 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 --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.