Skip to content

Commit

Permalink
Move to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiep committed Mar 29, 2019
1 parent 40f9856 commit 44bd45e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9.4
osx_image: xcode10.1
branches:
only:
- master
Expand All @@ -8,9 +8,19 @@ xcode_workspace: Tentacle.xcworkspace
matrix:
include:
- xcode_scheme: Tentacle-OSX
name: Xcode 10.1 / macOS
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: Tentacle-iOS
name: Xcode 10.1 / macOS
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: Tentacle-OSX
name: Xcode 10.2 / macOS
env: XCODE_ACTION="build-for-testing test-without-building"
osx_image: xcode10.2
- xcode_scheme: Tentacle-iOS
name: Xcode 10.2 / macOS
env: XCODE_ACTION="build-for-testing test-without-building"
osx_image: xcode10.2
- xcode_scheme: update-test-fixtures
env: XCODE_ACTION=build
- git:
Expand Down
4 changes: 2 additions & 2 deletions Tentacle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -1189,7 +1189,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down

0 comments on commit 44bd45e

Please sign in to comment.