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

Latest commit

 

History

History
30 lines (22 loc) · 662 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 662 Bytes

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": "^"
    }
  },
  ...
]