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
@@ -1,5 +1,5 @@
language: objective-c language: objective-c
osx_image: xcode8 osx_image: xcode8.1
env: env:
global: global:
- LC_CTYPE=en_US.UTF-8 - LC_CTYPE=en_US.UTF-8
Expand All @@ -8,7 +8,7 @@ env:
- IOS_FRAMEWORK_SCHEME="StatefulViewController-iOS" - IOS_FRAMEWORK_SCHEME="StatefulViewController-iOS"
- TVOS_FRAMEWORK_SCHEME="StatefulViewController-tvOS" - TVOS_FRAMEWORK_SCHEME="StatefulViewController-tvOS"
matrix: 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" #- DESTINATION="OS=10.0,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="appletvsimulator10.0"
script: script:
- set -o pipefail - set -o pipefail
Expand Down
2 changes: 2 additions & 0 deletions Example.xcodeproj/project.pbxproj
Expand Up @@ -615,6 +615,7 @@
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0.1;
}; };
name = Debug; name = Debug;
}; };
Expand Down Expand Up @@ -653,6 +654,7 @@
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0.1;
VALIDATE_PRODUCT = YES; VALIDATE_PRODUCT = YES;
}; };
name = Release; name = Release;
Expand Down

0 comments on commit c2181ce

Please sign in to comment.