Skip to content

Commit fd02263

Browse files
committed
updated ruby version, specified Swift 4.2 in Project in addition to targets
1 parent df4fb5c commit fd02263

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
22
cache: cocoapods
3-
rvm: 2.2.2
3+
rvm: 2.4.2
44
osx_image: xcode10
55

66
env:

SwiftyTimer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
ONLY_ACTIVE_ARCH = YES;
364364
SDKROOT = iphoneos;
365365
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
366-
SWIFT_VERSION = 3.0;
366+
SWIFT_VERSION = 4.2;
367367
TARGETED_DEVICE_FAMILY = "1,2";
368368
VERSIONING_SYSTEM = "apple-generic";
369369
VERSION_INFO_PREFIX = "";
@@ -416,7 +416,7 @@
416416
MTL_ENABLE_DEBUG_INFO = NO;
417417
SDKROOT = iphoneos;
418418
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
419-
SWIFT_VERSION = 3.0;
419+
SWIFT_VERSION = 4.2;
420420
TARGETED_DEVICE_FAMILY = "1,2";
421421
VALIDATE_PRODUCT = YES;
422422
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)