mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-27 22:41:16 +08:00
Test branch notifications in HipChat commit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user