Skip to content

Commit c2181ce

Browse files
committed
update to Swift 3.0.1
1 parent a9c2365 commit c2181ce

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8
2+
osx_image: xcode8.1
33
env:
44
global:
55
- LC_CTYPE=en_US.UTF-8
@@ -8,7 +8,7 @@ env:
88
- IOS_FRAMEWORK_SCHEME="StatefulViewController-iOS"
99
- TVOS_FRAMEWORK_SCHEME="StatefulViewController-tvOS"
1010
matrix:
11-
- DESTINATION="OS=10.0,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="iphonesimulator10.0"
11+
- DESTINATION="OS=10.1,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="iphonesimulator10.1"
1212
#- DESTINATION="OS=10.0,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="appletvsimulator10.0"
1313
script:
1414
- set -o pipefail

Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@
615615
ONLY_ACTIVE_ARCH = YES;
616616
SDKROOT = iphoneos;
617617
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
618+
SWIFT_VERSION = 3.0.1;
618619
};
619620
name = Debug;
620621
};
@@ -653,6 +654,7 @@
653654
MTL_ENABLE_DEBUG_INFO = NO;
654655
SDKROOT = iphoneos;
655656
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
657+
SWIFT_VERSION = 3.0.1;
656658
VALIDATE_PRODUCT = YES;
657659
};
658660
name = Release;

0 commit comments

Comments
 (0)