Sha256: 298f31292f5dc51b05ea8b100e6d5c5efda97a46b4fab5a69500a46967bc921f

Contents?: true

Size: 640 Bytes

Versions: 1

Compression:

Stored size: 640 Bytes

Contents

# danger-xcodebuild

Exposes warnings, errors and test results. It requires a JSON generated using [xcpretty-json-formatter](https://github.com/marcelofabri/xcpretty-json-formatter), to be passed as an argument for it to work.

## Installation

    $ gem install danger-xcodebuild

## Usage

    xcodebuild.parse_warnings
    xcodebuild.parse_errors
    xcodebuild.parse_tests
    xcodebuild.perfect_build

## 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
danger-xcodebuild-0.0.1 README.md