aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-12-03 12:52:49 +0100
committerAndrej Mihajlov <and@mullvad.net>2020-12-04 09:39:09 +0100
commit75bcf97ab2990e4ee932ec9f20e96af2e727e762 (patch)
tree12a3feba0f741ab270aa9dda362b6d99cfd956ed
parentUpdate checkout path in README (diff)
downloadwireguard-apple-75bcf97ab2990e4ee932ec9f20e96af2e727e762.tar.xz
wireguard-apple-75bcf97ab2990e4ee932ec9f20e96af2e727e762.zip
WireGuardApp: Update swift version from 4.2 to 5.0
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
-rw-r--r--WireGuard.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
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;
};