Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Sutherland <git@ksuther.com>2019-10-21 03:50:16 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-03-26 15:49:36 +0300
commit6799441162eb74431a548bd0e0352d4bd089d0d9 (patch)
treee9a64e61208787e30f28c4503950ad7a127dfcd2
parent3b8bbedaa5786145f4d5892ef64ad6bbdd10c5c4 (diff)
Update commit.h when building telegram-adium
Calls `make commit.h` as a shell script phase
-rw-r--r--telegram-adium/telegram-adium.xcodeproj/project.pbxproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/telegram-adium/telegram-adium.xcodeproj/project.pbxproj b/telegram-adium/telegram-adium.xcodeproj/project.pbxproj
index 79abcb1..04e7005 100644
--- a/telegram-adium/telegram-adium.xcodeproj/project.pbxproj
+++ b/telegram-adium/telegram-adium.xcodeproj/project.pbxproj
@@ -289,6 +289,7 @@
isa = PBXNativeTarget;
buildConfigurationList = C410949419BB2D7D0083BF3F /* Build configuration list for PBXNativeTarget "telegram-adium" */;
buildPhases = (
+ 37D720A9235D37DE001499AF /* Update commit.h */,
C410948219BB2D7D0083BF3F /* Sources */,
C410948319BB2D7D0083BF3F /* Frameworks */,
C410948419BB2D7D0083BF3F /* Resources */,
@@ -350,6 +351,26 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
+ 37D720A9235D37DE001499AF /* Update commit.h */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ );
+ name = "Update commit.h";
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ "$(SRCROOT)/../commit.h",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "cd \"$SRCROOT\"/..\nmake commit.h\n";
+ showEnvVarsInLog = 0;
+ };
C4C325A11C91BD230020D32E /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;