[Adium-commits] adium-1.3 316:810c9ac1613b: Stole the plist macro from main, sin...
adium-commits at adiumx.com
adium-commits at adiumx.com
Sat Apr 25 13:37:05 UTC 2009
details: http://hg.adiumx.com/adium-1.3/rev/810c9ac1613b
revision: 316:810c9ac1613b
author: Zachary West <zacw at adiumx.com>
date: Sat Apr 25 09:37:00 2009 -0400
Stole the plist macro from main, since 1.3's wasn't displaying the revision (despite being almost identical…).
diffstat:
Adium.xcodeproj/project.pbxproj | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2de64a15fa0c -r 810c9ac1613b Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Fri Apr 24 06:53:35 2009 -0400
+++ b/Adium.xcodeproj/project.pbxproj Sat Apr 25 09:37:00 2009 -0400
@@ -9196,7 +9196,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "PATH=$PATH:/usr/local/bin:/usr/bin:/sw/bin:/opt/local/bin\nbuildid=\"r`hg identify --id`\"\n\necho \"#define BUILDID $buildid\" > $SCRIPT_OUTPUT_FILE_0\necho \"#define BUILDDATE `date +%s`\" >> $SCRIPT_OUTPUT_FILE_0\necho \"#define WHOAMI `whoami`\" >> $SCRIPT_OUTPUT_FILE_0\n\n# Delete the intermediate Info.plist so that Xcode re-preprocesses the Info.plist with our updated macros.\n# Use -f because after a clean build, this file doesn't exist yet, so a plain rm would fail and stop the build.\nrm -f \"${CONFIGURATION_TEMP_DIR}/Adium.build/Preprocessed-Info.plist\"\n";
+ shellScript = "PATH=$PATH:/usr/local/bin:/usr/bin:/sw/bin:/opt/local/bin\nbuildid=\"`hg identify --id`\"\n\necho \"#define BUILDID $buildid\" > $SCRIPT_OUTPUT_FILE_0\necho \"#define BUILDDATE `date +%s`\" >> $SCRIPT_OUTPUT_FILE_0\necho \"#define WHOAMI `whoami`\" >> $SCRIPT_OUTPUT_FILE_0\n\n# Delete the intermediate Info.plist so that Xcode re-preprocesses the Info.plist with our updated macros.\n# Use -f because after a clean build, this file doesn't exist yet, so a plain rm would fail and stop the build.\nrm -f \"${CONFIGURATION_TEMP_DIR}/Adium.build/Preprocessed-Info.plist\"\n";
};
/* End PBXShellScriptBuildPhase section */
More information about the commits
mailing list