Sha256: db1f4a43dc59ebff3408383fe9ce8a54921383e78244f1ae933f74af599abda7

Contents?: true

Size: 982 Bytes

Versions: 3

Compression:

Stored size: 982 Bytes

Contents

# danger-xcodebuild

[![Gem Version](https://badge.fury.io/rb/danger-xcodebuild.svg)](https://badge.fury.io/rb/danger-xcodebuild) [![Build Status](https://travis-ci.org/valeriomazzeo/danger-xcodebuild.svg?branch=master)](https://travis-ci.org/valeriomazzeo/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.json_file = "./fastlane/reports/xcpretty-json-formatter-results.json"

    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

3 entries across 3 versions & 1 rubygems

Version Path
danger-xcodebuild-0.0.4 README.md
danger-xcodebuild-0.0.3 README.md
danger-xcodebuild-0.0.2 README.md