Skip to content

Commit 9c3c3a9

Browse files
authored
Merge pull request #47 from eskerber/swift4
Set Carthage Swift version to 4.2 (Swift 4 + 5 compatibility)
2 parents 4e212cb + 56cea97 commit 9c3c3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HTMLEntities-Carthage.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
288288
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
289289
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
290-
SWIFT_VERSION = 3.0;
290+
SWIFT_VERSION = 4.2;
291291
TVOS_DEPLOYMENT_TARGET = 9.0;
292292
USE_HEADERMAP = NO;
293293
WATCHOS_DEPLOYMENT_TARGET = 2.0;
@@ -347,7 +347,7 @@
347347
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
348348
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
349349
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
350-
SWIFT_VERSION = 3.0;
350+
SWIFT_VERSION = 4.2;
351351
TVOS_DEPLOYMENT_TARGET = 9.0;
352352
USE_HEADERMAP = NO;
353353
WATCHOS_DEPLOYMENT_TARGET = 2.0;

0 commit comments

Comments
 (0)