From: Andrej Mihajlov Date: Thu, 3 Dec 2020 11:52:49 +0000 (+0100) Subject: WireGuardApp: Update swift version from 4.2 to 5.0 X-Git-Tag: 1.0.10-18~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75bcf97ab2990e4ee932ec9f20e96af2e727e762;p=thirdparty%2Fwireguard-apple.git WireGuardApp: Update swift version from 4.2 to 5.0 Signed-off-by: Andrej Mihajlov --- diff --git a/WireGuard.xcodeproj/project.pbxproj b/WireGuard.xcodeproj/project.pbxproj index ed74a42..02ba3d9 100644 --- a/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard.xcodeproj/project.pbxproj @@ -1794,7 +1794,7 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OBJC_BRIDGING_HEADER = "Sources/WireGuardApp/WireGuard-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -1856,7 +1856,7 @@ SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OBJC_BRIDGING_HEADER = "Sources/WireGuardApp/WireGuard-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; };