[Build] Update build script to use iOS 10.1 (Xcode 8.1).

This commit is contained in:
Scott Goodson 2016-11-07 18:24:34 -08:00
parent 2754af3858
commit f9a96d58b8
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ language: objective-c
cache: cache:
- bundler - bundler
- cocoapods - cocoapods
osx_image: xcode8 osx_image: xcode8.1
git: git:
depth: 10 depth: 10
before_install: before_install:

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
# **** Update me when new Xcode versions are released! **** # **** Update me when new Xcode versions are released! ****
PLATFORM="platform=iOS Simulator,OS=10.0,name=iPhone 7" PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7"
SDK="iphonesimulator10.0" SDK="iphonesimulator10.1"
# It is pitch black. # It is pitch black.