Skip to content

dexman/xc_signing_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Setup for xcodebuild builds using a developerprofile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages