lib/gym/generators/build_command_generator.rb in gym-1.2.0 vs lib/gym/generators/build_command_generator.rb in gym-1.3.0
- old
+ new
@@ -58,9 +58,10 @@
end
def pipe
pipe = []
pipe << "| tee '#{xcodebuild_log_path}' | xcpretty"
+ pipe << "--no-color" if Helper.colors_disabled?
pipe << "> /dev/null" if Gym.config[:suppress_xcode_output]
pipe
end