2
0

cut genassets in half to debug Travis.

This commit is contained in:
Maarten Billemont 2014-11-17 17:42:32 -05:00
parent 99f5dfe040
commit 574f239545
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -121,6 +121,7 @@ if [[ "$(latest "$ios_icon"/*)" -nt "$appiconset/Contents.json" ]] ||
printf '],"info":{"version":1,"author":"genassets"},"properties":{"pre-rendered":true}}\n'
} > "$appiconset/Contents.json"
fi
exit
if [[ "$(latest "$ios_launch"/*)" -nt "$launchimage/Contents.json" ]]; then
rm -rf "$launchimage"; mkdir -p "$launchimage"