Skip to content

Commit

Permalink
[Build] Update build script to use iOS 10.1 (Xcode 8.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
appleguy committed Nov 8, 2016
1 parent 2754af3 commit f9a96d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: objective-c
cache:
- bundler
- cocoapods
osx_image: xcode8
osx_image: xcode8.1
git:
depth: 10
before_install:
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# **** Update me when new Xcode versions are released! ****
PLATFORM="platform=iOS Simulator,OS=10.0,name=iPhone 7"
SDK="iphonesimulator10.0"
PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7"
SDK="iphonesimulator10.1"


# It is pitch black.
Expand Down

0 comments on commit f9a96d5

Please sign in to comment.