parent
10c60fd2e3
commit
c48e176a1a
1 changed files with 1 additions and 1 deletions
|
@ -4909,7 +4909,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "cd \"$SOURCE_ROOT/../..\"\n./utils/autorevision.sh -t h > src/revision.h\n";
|
||||
shellScript = "cd \"${SOURCE_ROOT}/../..\"\n\n./utils/autorevision.sh -t h > src/revision.h 2>/dev/null || echo \"warning: Project is probably not under source control. Revision number may be incorrect.\"\n";
|
||||
};
|
||||
91C2A6EB1B843AA900346948 /* Copy Translations (if present) */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
|
|
Loading…
Add table
Reference in a new issue