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

Warning infomation collector for xcodebuild

Notifications You must be signed in to change notification settings

Codezerker/fallout

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

Releases

No releases published

Packages

No packages published