2
0

Work around the weirdest Xcode build failure: don't output :: STUFF :: from a build script or Xcode will fail it.

This commit is contained in:
Maarten Billemont
2014-11-18 08:12:40 -05:00
parent 7d6f2533db
commit 33eab0f199
5 changed files with 12 additions and 10 deletions

View File

@@ -3492,6 +3492,7 @@
runOnlyForDeploymentPostprocessing = 0;
shellPath = "/bin/sh -e";
shellScript = "exec ../../../Scripts/updatePlist";
showEnvVarsInLog = 0;
};
DA8D88E019DA412A00B189D0 /* Run Script: genassets */ = {
isa = PBXShellScriptBuildPhase;
@@ -3504,8 +3505,9 @@
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = "/bin/sh -xe";
shellPath = "/bin/sh -e";
shellScript = "exec ../../../Scripts/genassets";
showEnvVarsInLog = 0;
};
DAD3125D155288AA00A3F9ED /* Run Script: Crashlytics */ = {
isa = PBXShellScriptBuildPhase;