Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 811 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 811 Bytes

XCSigningConfig

Imports the identities and provisioning profiles from a .developerprofile file to make it more convenient to build from the command line or from continuous integration (CI) servers.

Installation

Add this line to your Gemfile:

gem 'xc_signing_config', :git => 'git://github.com/dexman/xc_signing_config.git'

And then execute:

$ bundle

Or install it yourself as:

git clone git://github.com/dexman/xc_signing_config.git
cd xc_signing_config
bundle
bundle exec rake install

Usage

TODO: Write usage instructions here

Contributing

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