Skip to content

Commit 225a0f4

Browse files
committed
Specify Swift 4.1 as language version
1 parent a25dc39 commit 225a0f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Example/SwiftCronExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@
526526
ONLY_ACTIVE_ARCH = YES;
527527
SDKROOT = iphoneos;
528528
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
529+
SWIFT_VERSION = 4.0;
529530
};
530531
name = Debug;
531532
};
@@ -574,6 +575,7 @@
574575
MTL_ENABLE_DEBUG_INFO = NO;
575576
SDKROOT = iphoneos;
576577
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
578+
SWIFT_VERSION = 4.0;
577579
VALIDATE_PRODUCT = YES;
578580
};
579581
name = Release;

0 commit comments

Comments
 (0)