aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard.xcodeproj
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-10-02 21:03:44 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-10-02 21:14:18 +0200
commiteadb09eda8dab95febb955fe2dd9819f1e4c4212 (patch)
tree57ab2abe65f95bc2c6f8b8cc9afceb1eeb3f09f0 /WireGuard.xcodeproj
parentDeal with type body length warning. (diff)
downloadwireguard-apple-eadb09eda8dab95febb955fe2dd9819f1e4c4212.tar.xz
wireguard-apple-eadb09eda8dab95febb955fe2dd9819f1e4c4212.zip
Extract WireGuardGo version at build time.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard.xcodeproj')
-rw-r--r--WireGuard.xcodeproj/project.pbxproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/WireGuard.xcodeproj/project.pbxproj b/WireGuard.xcodeproj/project.pbxproj
index 7209ab8..8bbdf91 100644
--- a/WireGuard.xcodeproj/project.pbxproj
+++ b/WireGuard.xcodeproj/project.pbxproj
@@ -417,6 +417,7 @@
4A4BACDE20B5F1BF00F12B28 /* Sources */,
4A4BACDF20B5F1BF00F12B28 /* Frameworks */,
4A4BACE020B5F1BF00F12B28 /* Resources */,
+ 4A7CE90F2163EE6000D60BD7 /* Set wireguard go version */,
4A4BAD0920B5F56200F12B28 /* Set build number */,
6F743EFD0F63EA8C605CE349 /* [CP] Embed Pods Frameworks */,
4A61D83220D98CE2006C7A76 /* Embed App Extensions */,
@@ -597,6 +598,24 @@
shellPath = /bin/sh;
shellScript = "$SRCROOT/Scripts/set_build_number.sh\n";
};
+ 4A7CE90F2163EE6000D60BD7 /* Set wireguard go version */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ );
+ name = "Set wireguard go version";
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "$SRCROOT/Scripts/extract_wireguard_go_version.sh\n";
+ };
6F743EFD0F63EA8C605CE349 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;