From 834434a49947acf72c84ab8c9bb3392db2627965 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Mon, 17 Nov 2014 23:16:55 -0500 Subject: [PATCH] exit genassets before anything useful happens - this type of debugging is really lame. You suck, Travis. --- Scripts/genassets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/genassets b/Scripts/genassets index 584cf41a..75a68d9b 100755 --- a/Scripts/genassets +++ b/Scripts/genassets @@ -79,6 +79,7 @@ launchimage="$xcassets/LaunchImage.launchimage" ios_icon=MasterPassword/Resources/Media/ios/icon ios_launch=MasterPassword/Resources/Media/ios/launch mac_icon=MasterPassword/Resources/Media/mac/icon +exit if [[ "$(latest "$ios_icon"/*)" -nt "$appiconset/Contents.json" ]] || [[ "$(latest "$mac_icon"/*)" -nt "$appiconset/Contents.json" ]]; then @@ -121,7 +122,6 @@ 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"