2
0

Try without exec, now will you run it, Travis?

This commit is contained in:
Maarten Billemont 2014-11-17 17:35:39 -05:00
parent c0e6e60a38
commit 99f5dfe040

View File

@ -3505,7 +3505,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = "/bin/sh -xe"; shellPath = "/bin/sh -xe";
shellScript = "exec ../../../Scripts/genassets"; shellScript = "../../../Scripts/genassets";
}; };
DAD3125D155288AA00A3F9ED /* Run Script: Crashlytics */ = { DAD3125D155288AA00A3F9ED /* Run Script: Crashlytics */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;