An open API service indexing awesome lists of open source software.

https://github.com/daniel-beard/swifty-xcodebuild

Swift re-write of oclint-xcodebuild. Focus on performance, runs about 2x faster for larger xcodebuild outputs.
https://github.com/daniel-beard/swifty-xcodebuild

Last synced: about 1 year ago
JSON representation

Swift re-write of oclint-xcodebuild. Focus on performance, runs about 2x faster for larger xcodebuild outputs.

Awesome Lists containing this project

README

          

swifty-xcodebuild [![Build Status](https://travis-ci.org/daniel-beard/swifty-xcodebuild.svg)](https://travis-ci.org/daniel-beard/swifty-xcodebuild)
=================

- Swift re-write of oclint-xcodebuild focusing on performance
- swifty-xcodebuild takes the output of an xcodebuild command and translates compiler commands into a JSON Compilation Database (compile_commands.json) format.

## Usage

- Capture output of xcodebuild

`xcodebuild | tee xcodebuild.log`

- Run swifty-xcodebuild

`./swifty-xcodebuild xcodebuild.log compile_commands.json`

## License
MIT