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.
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
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request