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