Skip to content

Commit

Permalink
#1220 improve wording, grammar, and formatting in `xcodebuild-formatt…
Browse files Browse the repository at this point in the history
…ers.md`
  • Loading branch information
rogerluan authored Oct 26, 2023
2 parents 45d3bf6 + 5da90a0 commit 9ae32d1
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 its installed, otherwise it will fallback to `xcpretty`. However, `scan`, `gym`, and `snapshot` will end up using `xcpretty` if any options are set that are customizing with `xcpretty` (ex: `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 9ae32d1

Please sign in to comment.