Skip to content

Commit

Permalink
Use the bundler version of xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
pmairoldi authored Sep 28, 2016
1 parent 873c4eb commit 5540503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def xcodebuild(type, name, scheme, configuration, sdk, destination, tasks, xcpre
abort "Invalid project type, use `:project` for xcodeproj and `:workspace` for xcworkspace."
end

sh "set -o pipefail && xcodebuild #{project_type} '#{name}' -scheme '#{scheme}' -configuration '#{configuration}' -sdk #{sdk} -destination #{destination} #{tasks} | xcpretty -c #{xcprety_args}"
sh "set -o pipefail && xcodebuild #{project_type} '#{name}' -scheme '#{scheme}' -configuration '#{configuration}' -sdk #{sdk} -destination #{destination} #{tasks} | bundle exec xcpretty -c #{xcprety_args}"

end

Expand Down

0 comments on commit 5540503

Please sign in to comment.