Skip to content

Commit

Permalink
update to Swift 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuch committed Nov 26, 2016
1 parent a9c2365 commit c2181ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode8
osx_image: xcode8.1
env:
global:
- LC_CTYPE=en_US.UTF-8
Expand All @@ -8,7 +8,7 @@ env:
- IOS_FRAMEWORK_SCHEME="StatefulViewController-iOS"
- TVOS_FRAMEWORK_SCHEME="StatefulViewController-tvOS"
matrix:
- DESTINATION="OS=10.0,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="iphonesimulator10.0"
- DESTINATION="OS=10.1,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="iphonesimulator10.1"
#- DESTINATION="OS=10.0,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="appletvsimulator10.0"
script:
- set -o pipefail
Expand Down
2 changes: 2 additions & 0 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0.1;
};
name = Debug;
};
Expand Down Expand Up @@ -653,6 +654,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0.1;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit c2181ce

Please sign in to comment.