From 040cefa2f220f1246b24c9d3d361905d8b469825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Thu, 10 Oct 2013 20:04:05 +0200 Subject: [PATCH] Test branch notifications in HipChat commit. --- lib/motion/project/template/ios/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/template/ios/config.rb b/lib/motion/project/template/ios/config.rb index 74221e5c..50715e64 100644 --- a/lib/motion/project/template/ios/config.rb +++ b/lib/motion/project/template/ios/config.rb @@ -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