danger-xcode_warnings

version Build Status License: MIT

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

  1. Clone this repo
  2. Run bundle install to setup dependencies.
  3. Run bundle exec rake spec to run the tests.
  4. Use bundle exec guard to automatically have tests run as you make changes.
  5. Make your changes.