Skip to content

Commit

Permalink
Update xcodebuild-formatters.md
Browse files Browse the repository at this point in the history
Updated
  • Loading branch information
abhishek213-alb authored Oct 26, 2023
1 parent 4900581 commit d7968c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practices/xcodebuild-formatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two main formatters the community is using. These are:

As of _fastlane_ 2.201.0, `scan`, `gym`, and `snapshot` all offer a new `xcodebuild_formatter` option.

"This option will default to xcbeautify if it's installed; otherwise, it will fallback to xcpretty. However, scan, gym, and snapshot will end up using xcpretty if any options are set that customize it with xcpretty (e.g., xcpretty_args)."
This option will default to 'xcbeautify' if it's installed; otherwise, it will fallback to 'xcpretty'. However, _scan_, _gym_, and _snapshot_ will end up using xcpretty if any options are set that customize it with 'xcpretty' (e.g., xcpretty_args`).

```ruby
scan(
Expand Down

0 comments on commit d7968c5

Please sign in to comment.