danger-xcode_warnings
A Danger plugin to show warnings from xcodebuild.
Installation
gem install specific_install
gem specific_install [email protected]:Scior/danger-xcode_warnings.git
Or using Bundler,
gem 'danger-xcode_warnings', :git => 'https://github.com/Scior/danger-xcode_warnings.git'
Usage
Simply collect the log from xcodebuild,
xcodebuild clean build >> buildlog.log
and analyze on your Dangerfile.
xcode_warnings.analyze_file 'buildlog.log'
Development
- Clone this repo
- Run
bundle installto setup dependencies. - Run
bundle exec rake specto run the tests. - Use
bundle exec guardto automatically have tests run as you make changes. - Make your changes.