xcbeautify icon indicating copy to clipboard operation
xcbeautify copied to clipboard

A little beautifier tool for xcodebuild

Results 67 xcbeautify issues
Sort by recently updated
recently updated
newest added

This PR adds a command-line option to allow preserving unbeautified (raw) output lines. Some large-scale projects may involve a large number of customized scripts in build phases. Outputs of the...

This PR mainly refactors how `Regex` implementation is used. We now have a `Matching` protocol, ideally, in the near future, we could experiment with different implementations dynamically.

Hi 👋 Would be nice to support the generation of compilation databases. Xcpretty seems to support this already: https://github.com/xcpretty/xcpretty#reporters Thanks!

enhancement

Resolves #25 Test data: [test_output.txt](https://github.com/tuist/xcbeautify/files/8594509/test_output.txt)

I am writing a package for compiling and running apps using Emacs and I pipe the output from xcodebuild to xcbeautify but Emacs wont recognize the errors when this tool...

Hello! I am sorry I can't provide many more debug details. We are using `bitrise` with `fastlane` and `xcbeautify` to run our iOS builds. all of our builds had extreme...

Hi, xcbeautify works really great but i would like to see which files are actually compiled like xcpretty did. The default option shows only which targets are build + warnings...

If the simulator fails for whatever reason then the output isn't captured. Here's a sample (test names and classes replaced with `snipped`): ``` Test Case '-[snipped]' passed (0.416 seconds). Test...

bug
help wanted

Hey there! First of all, this project really seems promising. I've been using XCPretty for quite a while and I would love to replace it with a more up to...

enhancement
help wanted

We run our Xcode builds on GitHub actions and use xcbeautify to make the logs better. However if a test fails or there is a compile error we have to...

enhancement
help wanted