Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.