aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard.xcodeproj
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-12-04 11:01:36 +0100
committerAndrej Mihajlov <and@mullvad.net>2020-12-04 11:50:44 +0100
commitb4ebe2440f83b90e597603c9ce21ef293d016396 (patch)
treee838a6f7d3fb5a3ddce44ba3539503ba9f7a03e3 /WireGuard.xcodeproj
parentWireGuardKit: Log XLAT resolution errors (diff)
downloadwireguard-apple-b4ebe2440f83b90e597603c9ce21ef293d016396.tar.xz
wireguard-apple-b4ebe2440f83b90e597603c9ce21ef293d016396.zip
WireGuardApp: Remove backend version call in Logger.swift & extract wireguard-go version script from network extension targets
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
Diffstat (limited to 'WireGuard.xcodeproj')
-rw-r--r--WireGuard.xcodeproj/project.pbxproj38
1 files changed, 0 insertions, 38 deletions
diff --git a/WireGuard.xcodeproj/project.pbxproj b/WireGuard.xcodeproj/project.pbxproj
index 6df4021..7373520 100644
--- a/WireGuard.xcodeproj/project.pbxproj
+++ b/WireGuard.xcodeproj/project.pbxproj
@@ -839,7 +839,6 @@
buildConfigurationList = 6F5D0C25218352EF000F85AD /* Build configuration list for PBXNativeTarget "WireGuardNetworkExtensioniOS" */;
buildPhases = (
5F45417B21C0906F00994C13 /* Swiftlint */,
- 58BA78EC2577FBDB006FAEA0 /* Extract wireguard-go Version */,
6F5D0C16218352EF000F85AD /* Sources */,
6F5D0C17218352EF000F85AD /* Frameworks */,
6F5D0C18218352EF000F85AD /* Resources */,
@@ -902,7 +901,6 @@
buildConfigurationList = 6FB1BD9C21D4BFE700A991BF /* Build configuration list for PBXNativeTarget "WireGuardNetworkExtensionmacOS" */;
buildPhases = (
6FB1BDB421D4F5CF00A991BF /* Swiftlint */,
- 58BA78ED2577FBF4006FAEA0 /* Extract wireguard-go Version */,
6FB1BD8D21D4BFE600A991BF /* Sources */,
6FB1BD8E21D4BFE600A991BF /* Frameworks */,
6FB1BD8F21D4BFE600A991BF /* Resources */,
@@ -1116,42 +1114,6 @@
shellPath = /bin/sh;
shellScript = "exec make -C \"$PROJECT_DIR/Sources/WireGuardKitGo\" version-header\n";
};
- 58BA78EC2577FBDB006FAEA0 /* Extract wireguard-go Version */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- name = "Extract wireguard-go Version";
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "exec make -C \"$PROJECT_DIR/Sources/WireGuardKitGo\" version-header\n";
- };
- 58BA78ED2577FBF4006FAEA0 /* Extract wireguard-go Version */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- name = "Extract wireguard-go Version";
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "exec make -C \"$PROJECT_DIR/Sources/WireGuardKitGo\" version-header\n";
- };
5F45417A21C0902400994C13 /* Swiftlint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;