From be26cf795f93214bf4f22705422372b97f64ab00 Mon Sep 17 00:00:00 2001 From: Mostafa berg Date: Tue, 9 Aug 2016 10:59:33 +0200 Subject: [PATCH] *Updated travis.yml and build script to use new Xcode and iOS SDK images --- .travis.yml | 2 +- build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e684827..96e9b49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -osx_image: xcode7.2 +osx_image: xcode8 language: objective-c env: global: diff --git a/build.sh b/build.sh index 5c0d7b6..e456ec0 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=9.2,name=iPhone 6" -SDK="iphonesimulator9.2" +PLATFORM="platform=iOS Simulator,OS=10.0,name=iPhone 6s" +SDK="iphonesimulator10.0" # It is pitch black. -- 2.26.2