diff --git a/.travis.yml b/.travis.yml index e80206d35359f076fea8c9b29c0e1ae2459fcce5..e684827e442529810b23a059fbdaef0093479723 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -osx_image: xcode7.1 +osx_image: xcode7.2 language: objective-c env: global: diff --git a/build.sh b/build.sh index 1d45a8aff24c303ab1e9f2f69124927c0f8d529c..c42e663e65e108871231d55f485f2ba4624cfde2 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.1,name=iPhone 6s" -SDK="iphonesimulator9.1" +PLATFORM="platform=iOS Simulator,OS=9.2,name=iPhone 6" +SDK="iphonesimulator9.2" # It is pitch black.