Fix git revision inclusion on Mac

This commit is contained in:
2015-08-19 13:28:11 -04:00
parent 615da9fad4
commit 2996ab39bb

View File

@@ -1694,7 +1694,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = ./tools/gitrev.sh;
shellScript = "export PATH=/opt/local/bin:$PATH\n./tools/gitrev.sh";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */