10000 Drop Swift 3.x support · ole/SortedArray@e977cc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e977cc5

Browse files
committed
Drop Swift 3.x support
1 parent 2beec7e commit e977cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SortedArray.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
ONLY_ACTIVE_ARCH = YES;
584584
SDKROOT = iphoneos;
585585
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
586-
SWIFT_VERSION = 3.0;
586+
SWIFT_VERSION = 4.0;
587587
TARGETED_DEVICE_FAMILY = "1,2";
588588
VERSIONING_SYSTEM = "apple-generic";
589589
VERSION_INFO_PREFIX = "";
@@ -635,7 +635,7 @@
635635
MTL_ENABLE_DEBUG_INFO = NO;
636636
SDKROOT = iphoneos;
637637
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
638-
SWIFT_VERSION = 3.0;
638+
SWIFT_VERSION = 4.0;
639639
TARGETED_DEVICE_FAMILY = "1,2";
640640
VALIDATE_PRODUCT = YES;
641641
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)
0