mayday
mayday copied to clipboard
Easily add custom warnings and errors to your Xcode project's build process
Xcode has a third kind of notation, a "note." It shows up in grey (as opposed to yellow or red). It would be great to be able to create `note_regex`.
If you have a target that depends on another target (such as a test target), `mayday` might show warnings/errors twice. A potential fix for this would be, instead of `mayday`...
We currently have 999+ warnings. But the good news is, about 750 of them are being generated from third party frameworks, embedded carthage frameworks, and the like. (For example... we're...
I would like to use mayday as standalone tool, so I am able to run it with an xcode project and set of rules as input parameters and get errors...
Mayday's tests are failing with `xcodeproj 0.20.0`, which it needs to use to avoid having dependency conflicts with `cocoapods 0.35.0`.