From 56cea974d4aa1147e55885b89781760239409635 Mon Sep 17 00:00:00 2001 From: Erik Kerber Date: Tue, 19 Feb 2019 22:53:44 -0600 Subject: [PATCH] Set Swift version to 4.2 (Swift 4 + 5 compatibility) --- HTMLEntities-Carthage.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTMLEntities-Carthage.xcodeproj/project.pbxproj b/HTMLEntities-Carthage.xcodeproj/project.pbxproj index d7582c0..f06046c 100644 --- a/HTMLEntities-Carthage.xcodeproj/project.pbxproj +++ b/HTMLEntities-Carthage.xcodeproj/project.pbxproj @@ -287,7 +287,7 @@ SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.2; TVOS_DEPLOYMENT_TARGET = 9.0; USE_HEADERMAP = NO; WATCHOS_DEPLOYMENT_TARGET = 2.0; @@ -347,7 +347,7 @@ SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.2; TVOS_DEPLOYMENT_TARGET = 9.0; USE_HEADERMAP = NO; WATCHOS_DEPLOYMENT_TARGET = 2.0;