README.md in sigh-1.1.1 vs README.md in sigh-1.1.2
- old
+ new
@@ -1,20 +1,20 @@
<h3 align="center">
- <a href="https://github.com/KrauseFx/fastlane">
+ <a href="https://github.com/fastlane/fastlane">
<img src="assets/fastlane.png" width="150" />
<br />
fastlane
</a>
</h3>
<p align="center">
- <a href="https://github.com/KrauseFx/deliver">deliver</a> •
- <a href="https://github.com/KrauseFx/snapshot">snapshot</a> •
- <a href="https://github.com/KrauseFx/frameit">frameit</a> •
- <a href="https://github.com/KrauseFx/PEM">PEM</a> •
+ <a href="https://github.com/fastlane/deliver">deliver</a> •
+ <a href="https://github.com/fastlane/snapshot">snapshot</a> •
+ <a href="https://github.com/fastlane/frameit">frameit</a> •
+ <a href="https://github.com/fastlane/PEM">PEM</a> •
<b>sigh</b> •
- <a href="https://github.com/KrauseFx/produce">produce</a> •
- <a href="https://github.com/KrauseFx/cert">cert</a> •
+ <a href="https://github.com/fastlane/produce">produce</a> •
+ <a href="https://github.com/fastlane/cert">cert</a> •
<a href="https://github.com/fastlane/spaceship">spaceship</a> •
<a href="https://github.com/fastlane/pilot">pilot</a> •
<a href="https://github.com/fastlane/boarding">boarding</a> •
<a href="https://github.com/fastlane/gym">gym</a> •
<a href="https://github.com/fastlane/scan">scan</a>
@@ -27,11 +27,11 @@
sigh
============
[![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx)
-[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/KrauseFx/sigh/blob/master/LICENSE)
+[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/KrauseFx/sigh/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/sigh.svg?style=flat)](http://rubygems.org/gems/sigh)
###### Because you would rather spend your time building stuff than fighting provisioning
`sigh` can create, renew, download and repair provisioning profiles (with one command). It supports App Store, Ad Hoc, Development and Enterprise profiles and supports nice features, like auto-adding all test devices.
@@ -62,11 +62,11 @@
- Supports **App Store**, **Ad Hoc** and **Development** profiles
- Support for **multiple Apple accounts**, storing your credentials securely in the Keychain
- Support for **multiple Teams**
- Support for **Enterprise Profiles**
-To automate iOS Push profiles you can use [PEM](https://github.com/KrauseFx/PEM).
+To automate iOS Push profiles you can use [PEM](https://github.com/fastlane/PEM).
##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
### Why not let Xcode do the work?
@@ -179,29 +179,29 @@
## Environment Variables
Run `sigh --help` to get a list of all available environment 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`)
+If you're using [cert](https://github.com/fastlane/cert) in combination with [fastlane](https://github.com/fastlane/fastlane) the signing certificate will automatically be selected for you. (make sure to run `cert` before `sigh`)
# How does it work?
`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?
-`sigh` uses the [CredentialsManager](https://github.com/fastlane/CredentialsManager) from `fastlane`.
+`sigh` uses the [CredentialsManager](https://github.com/fastlane/credentials_manager) from `fastlane`.
# Tips
## [`fastlane`](https://fastlane.tools) Toolchain
- [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow
-- [`deliver`](https://github.com/KrauseFx/deliver): Upload screenshots, metadata and your app to the App Store
-- [`snapshot`](https://github.com/KrauseFx/snapshot): Automate taking localized screenshots of your iOS app on every device
-- [`frameit`](https://github.com/KrauseFx/frameit): Quickly put your screenshots into the right device frames
-- [`PEM`](https://github.com/KrauseFx/pem): Automatically generate and renew your push notification profiles
-- [`produce`](https://github.com/KrauseFx/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
-- [`cert`](https://github.com/KrauseFx/cert): Automatically create and maintain iOS code signing certificates
+- [`deliver`](https://github.com/fastlane/deliver): Upload screenshots, metadata and your app to the App Store
+- [`snapshot`](https://github.com/fastlane/snapshot): Automate taking localized screenshots of your iOS app on every device
+- [`frameit`](https://github.com/fastlane/frameit): Quickly put your screenshots into the right device frames
+- [`PEM`](https://github.com/fastlane/PEM): Automatically generate and renew your push notification profiles
+- [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
+- [`cert`](https://github.com/fastlane/cert): Automatically create and maintain iOS code signing certificates
- [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
- [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
- [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
- [`gym`](https://github.com/fastlane/gym): Building your iOS apps has never been easier
- [`scan`](https://github.com/fastlane/scan): The easiest way to run tests of your iOS and Mac app