From a3393ccd70543c41673f81f78a7efece9e4bdeb5 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 11 Jun 2015 12:16:13 +0700 Subject: [PATCH] Updated README for new release --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 8efb051..49e2a88 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,6 @@ Special thanks to [Matthias Tretter](https://twitter.com/myell0w) for coming up
sigh is part of fastlane: connect all deployment tools into one streamlined workflow.
-### 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 - **Download** the latest provisioning profile for your app @@ -176,7 +172,6 @@ Choose signing certificate to use: - `SIGH_CERTIFICATE` (The name of the 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. @@ -186,7 +181,7 @@ If you're using [cert](https://github.com/KrauseFx/cert) in combination with [fa # How does it work? -```sigh``` will access the ```iOS Dev Center``` to download, renew or generate the ```.mobileprovision``` file. Check out the full source code: [developer_center.rb](https://github.com/KrauseFx/sigh/blob/master/lib/sigh/developer_center.rb). +```sigh``` will access the ```iOS Dev Center``` to download, renew or generate the ```.mobileprovision``` file. It uses [spaceship](https://spaceship.airforce) to communicate with Apple's web services. ## How is my password stored?