cut genassets in half to debug Travis.
This commit is contained in:
parent
99f5dfe040
commit
574f239545
@ -3505,7 +3505,7 @@
|
|||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = "/bin/sh -xe";
|
shellPath = "/bin/sh -xe";
|
||||||
shellScript = "../../../Scripts/genassets";
|
shellScript = "exec ../../../Scripts/genassets";
|
||||||
};
|
};
|
||||||
DAD3125D155288AA00A3F9ED /* Run Script: Crashlytics */ = {
|
DAD3125D155288AA00A3F9ED /* Run Script: Crashlytics */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
@ -121,6 +121,7 @@ if [[ "$(latest "$ios_icon"/*)" -nt "$appiconset/Contents.json" ]] ||
|
|||||||
printf '],"info":{"version":1,"author":"genassets"},"properties":{"pre-rendered":true}}\n'
|
printf '],"info":{"version":1,"author":"genassets"},"properties":{"pre-rendered":true}}\n'
|
||||||
} > "$appiconset/Contents.json"
|
} > "$appiconset/Contents.json"
|
||||||
fi
|
fi
|
||||||
|
exit
|
||||||
|
|
||||||
if [[ "$(latest "$ios_launch"/*)" -nt "$launchimage/Contents.json" ]]; then
|
if [[ "$(latest "$ios_launch"/*)" -nt "$launchimage/Contents.json" ]]; then
|
||||||
rm -rf "$launchimage"; mkdir -p "$launchimage"
|
rm -rf "$launchimage"; mkdir -p "$launchimage"
|
||||||
|
Loading…
Reference in New Issue
Block a user