FengNiao icon indicating copy to clipboard operation
FengNiao copied to clipboard

Add option to print results as xcode warnings for build phases

Open voidless opened this issue 3 years ago • 0 comments

Add support for usage in Xcode build phases. Xcode uses the following format for log warnigs: path/to.file: severity: error message

Usage:

path/to/fengniao --project . --xcode-warnings

Don't fail build phase with warnings:

path/to/fengniao --project . --xcode-warnings || true

voidless avatar Sep 06 '22 14:09 voidless