Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

33 Commits

Repository files navigation

fallout

🚧 Work in Progress 🚧

Warning infomation collector for xcodebuild.

Build Status

Usage

$ fallout [xcodebuild log file]

Sample output

The output will be a .json file with content like this:

[
{
"message": "<module-includes>:1:1: warning: umbrella header for module 'WarningKit' does not include header '/Users/eyeplum/Projects/fallout/samples/BuildWarningSampler/WarningKit/WNGView.h'",
"hint": {
"source": "#import \"Headers/WarningKit.h\"",
"indicator": "^"
}
},
...
]

About

Warning infomation collector for xcodebuild

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages