Skip to content

Commit 75c5b76

Browse files
author
Michael Long
committed
Bind project type to swift version 4 and not 4.2.
1 parent 49aeb46 commit 75c5b76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resolver/Resolver.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@
366366
SDKROOT = iphoneos;
367367
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
368368
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
369+
SWIFT_VERSION = 4.0;
369370
VERSIONING_SYSTEM = "apple-generic";
370371
VERSION_INFO_PREFIX = "";
371372
};
@@ -418,6 +419,7 @@
418419
MTL_ENABLE_DEBUG_INFO = NO;
419420
SDKROOT = iphoneos;
420421
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
422+
SWIFT_VERSION = 4.0;
421423
VALIDATE_PRODUCT = YES;
422424
VERSIONING_SYSTEM = "apple-generic";
423425
VERSION_INFO_PREFIX = "";

0 commit comments

Comments
 (0)