Test branch notifications in HipChat commit.

This commit is contained in:
Eloy Durán
2013-10-10 20:04:05 +02:00
parent b331fab440
commit 3549438dd6

View File

@@ -65,7 +65,7 @@ module Motion; module Project;
@app_icons_from_xcassets = []
app_icon_sets = xcassets_bundles.map { |b| Dir.glob(File.join(b, '*.appiconset')) }.flatten
if app_icon_sets.size > 1
# TODO should we just App.fail here?
# TODO Should we just App.fail here?
$stderr.puts '[!] More than one AppIcon set was found across all xcasset bundles. Only the first one (alphabetically) will be used.'
end
if app_icon_set = app_icon_sets.sort.first