Dyci

This gem helps you to install DyCI on your computer.

Installation

Add this line to your application's Gemfile:

gem 'dyci'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dyci

Usage

$ dyci install parameter [parameter]

Parameters

`as_proxy` : replace Xcode's `clang` with fake script.
`as_plugin` : add new compiler to Xcode.
`app_code` : install AppCode DyCI plugin.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request