Go Pretty a small beautifier for XCode and Unity builds similar to xcpretty
- Go 1.8+
$ go get -u github.com/fsuhrau/gopretty
$ brew install fsuhrau/homebrew-tap/gopretty
# validate a custom config
$ gopretty validate --config example.yaml
# beatufiy with default rules
$ xcodebuild -project 'testproject.xcodeproj' -configuration Release -target "test" | gopretty
# beautify with custom rules
$ xcodebuild -project 'testproject.xcodeproj' -configuration Release -target "test" | gopretty beautify --config example.yaml