Skip to content

Commit

Permalink
validator.rb: Print xcodebuild command on -v.
Browse files Browse the repository at this point in the history
  • Loading branch information
modocache committed Mar 13, 2014
1 parent a88e48f commit 21ad695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cocoapods/validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,10 @@ def parse_xcodebuild_output(output)
end

# @return [String] Executes xcodebuild in the current working directory and
# returns its output (bot STDOUT and STDERR).
# returns its output (both STDOUT and STDERR).
#
def xcodebuild
UI.puts 'xcodebuild clean build -target Pods' if config.verbose?
`xcodebuild clean build -target Pods 2>&1`
end

Expand Down

0 comments on commit 21ad695

Please sign in to comment.