Skip to content

Commit

Permalink
Add xcpretty to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 15, 2023
1 parent 28d58b1 commit 648cc4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'fastlane'
gem 'cocoapods'
gem 'slather'
gem 'xcpretty'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 comments on commit 648cc4a

Please sign in to comment.