lib/tasks/build.rb in dev-2.0.280 vs lib/tasks/build.rb in dev-2.0.281
- old
+ new
@@ -72,13 +72,14 @@
# Mac
if(Environment.mac?)
puts "Build scanning for xcodeproj folders" if Environment.default.debug?
Dir.glob('**/*.xcodeproj').each{|dir|
+ puts dir if Environment.default.debug?
build_commands = XCodeBuild.get_build_commands dir
if(!build_commands.nil?)
build_commands.each{|c|
- add_quiet(c)
+ build_commands << c
}
end
}
end
#end
\ No newline at end of file