theos / logos

Preprocessor that simplifies Objective-C hooking.
https://theos.dev/docs/logos
Other
206 stars 34 forks source link

Make Logos stderr output similar to clang #11

Open kirb opened 8 years ago

kirb commented 8 years ago

Having Logos errors follow the same format as clang will make them a bit easier to spot amongst the sea of other colors in the build output, and will also match Xcode’s regexes for error output to ensure it comes up nicely in the warnings tab for people using Theos/Logos via Xcode. (ibtool and some other tools invoked by a typical app build process do the same.)