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.
- Host: GitHub
- URL: https://github.com/daniel-beard/swifty-xcodebuild
- Owner: daniel-beard
- License: mit
- Created: 2015-11-04T17:51:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T23:36:05.000Z (over 10 years ago)
- Last Synced: 2025-03-30T17:04:44.083Z (about 1 year ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
swifty-xcodebuild [](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