Skip to content

Commit d7968c5

Browse files
Update xcodebuild-formatters.md
Updated
1 parent 4900581 commit d7968c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices/xcodebuild-formatters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are two main formatters the community is using. These are:
1515

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

18-
"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)."
18+
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`).
1919

2020
```ruby
2121
scan(

0 commit comments

Comments
 (0)