From a9dacdfef09e3fe8ccbffc242476f2d6fe7aa314 Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Wed, 15 Mar 2017 07:04:51 +0100 Subject: [PATCH] Fix travis --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8f07aee..f47c82a 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash # **** Update me when new Xcode versions are released! **** -PLATFORM="platform=iOS Simulator,OS=10.2,name=iPhone 7" -SDK="iphonesimulator10.2" +PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7" +SDK="iphonesimulator10.1" # It is pitch black. -- 2.26.2