You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: use xcbeautify for xcodebuild output if installed
The run-ios command already detects and uses xcpretty (https://github.com/xcpretty/xcpretty) if it's available.
This commit adds support for another xcodebuild output formatter, xcbeautify (https://github.com/thii/xcbeautify).
The logic for what is used is as follows:
1. If xcbeautify is available use it
2. If xcbeautify isn't available but xcpretty is use xcpretty
3. If neither are available fallback to raw xcodebuild output
* chore: styling
Co-authored-by: Mike Grabowski <[email protected]>
0 commit comments