Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #106 from KrauseFx/feature/spaceship
Browse files Browse the repository at this point in the history
Spaceship
  • Loading branch information
KrauseFx committed Jun 11, 2015
2 parents 5b920df + a1e1825 commit 3122db3
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 406 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Special thanks to [Matthias Tretter](https://twitter.com/myell0w) for coming up

<h5 align="center"><code>sigh</code> is part of <a href="https://fastlane.tools">fastlane</a>: connect all deployment tools into one streamlined workflow.</h5>

### spaceship version

If you're feeling adventurous and want to test the new `sigh` beta with [spaceship](https://spaceship.airforce), update using `sudo gem update sigh --pre`. More information in the [release notes](https://github.com/KrauseFx/sigh/releases/tag/1.0.0.beta5).

# Features

Expand Down Expand Up @@ -175,6 +178,8 @@ Choose signing certificate to use:
- `SIGH_CERTIFICATE_ID` (The ID of the certificate)
- `SIGH_CERTIFICATE_EXPIRE_DATE` (The expire date of the certificate)

As always, run `sigh --help` to get a list of all variables.

If you're using [cert](https://github.com/KrauseFx/cert) in combination with [fastlane](https://github.com/KrauseFx/fastlane) the signing certificate will automatically be selected for you. (make sure to run `cert` before `sigh`)

`sigh` will store the `UDID` of the generated provisioning profile in the environment: `SIGH_UDID`.
Expand Down
1 change: 0 additions & 1 deletion lib/sigh.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'sigh/version'
require 'sigh/dependency_checker'
require 'sigh/developer_center'
require 'sigh/resign'
require 'fastlane_core'

Expand Down
292 changes: 0 additions & 292 deletions lib/sigh/developer_center.rb

This file was deleted.

Loading

0 comments on commit 3122db3

Please sign in to comment.