Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit f9a96d5

Browse files
committed
[Build] Update build script to use iOS 10.1 (Xcode 8.1).
1 parent 2754af3 commit f9a96d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: objective-c
22
cache:
33
- bundler
44
- cocoapods
5-
osx_image: xcode8
5+
osx_image: xcode8.1
66
git:
77
depth: 10
88
before_install:

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

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

77

88
# It is pitch black.

0 commit comments

Comments
 (0)