diff --git a/xcode/build_phases/Unused.rb b/xcode/build_phases/Unused.rb index b85cfb9..48a3ffd 100644 --- a/xcode/build_phases/Unused.rb +++ b/xcode/build_phases/Unused.rb @@ -104,7 +104,7 @@ class Unused options[:ignore] = [] opts.on("-c", "--config=FileName") { |c| options[:config] = c } - opts.on("-i", "--ignore=a, b, c", Array) { |i| options[:ignore] += i } + opts.on("-i", "--ignore [a, b, c]", Array) { |i| options[:ignore] += i if !i.nil? } end.parse!