README.md in pilot-1.0.0 vs README.md in pilot-1.0.1

- old
+ new

@@ -1,36 +1,36 @@ <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> &bull; - <a href="https://github.com/KrauseFx/snapshot">snapshot</a> &bull; - <a href="https://github.com/KrauseFx/frameit">frameit</a> &bull; - <a href="https://github.com/KrauseFx/PEM">PEM</a> &bull; - <a href="https://github.com/KrauseFx/sigh">sigh</a> &bull; - <a href="https://github.com/KrauseFx/produce">produce</a> &bull; - <a href="https://github.com/KrauseFx/cert">cert</a> &bull; - <a href="https://github.com/KrauseFx/codes">codes</a> &bull; + <a href="https://github.com/fastlane/deliver">deliver</a> &bull; + <a href="https://github.com/fastlane/snapshot">snapshot</a> &bull; + <a href="https://github.com/fastlane/frameit">frameit</a> &bull; + <a href="https://github.com/fastlane/PEM">PEM</a> &bull; + <a href="https://github.com/fastlane/sigh">sigh</a> &bull; + <a href="https://github.com/fastlane/produce">produce</a> &bull; + <a href="https://github.com/fastlane/cert">cert</a> &bull; <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull; <b>pilot</b> &bull; <a href="https://github.com/fastlane/boarding">boarding</a> &bull; - <a href="https://github.com/fastlane/gym">gym</a> + <a href="https://github.com/fastlane/gym">gym</a> &bull; + <a href="https://github.com/fastlane/scan">scan</a> </p> ------- <p align="center"> <img src="assets/PilotTextTransparentSmall.png" width="500"> </p> Pilot ============ [![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/fastlane/pilot/blob/master/LICENSE) +[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/pilot/blob/master/LICENSE) [![Gem](https://img.shields.io/gem/v/pilot.svg?style=flat)](http://rubygems.org/gems/pilot) ###### The best way to manage your TestFlight testers and builds from your terminal @@ -227,19 +227,21 @@ # 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 +- [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line +- [`PEM`](https://github.com/fastlane/PEM): Automatically generate and renew your push notification profiles +- [`sigh`](https://github.com/fastlane/sigh): Because you would rather spend your time building stuff than fighting provisioning +- [`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 -- [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers +- [`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 ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx) ## Debug information @@ -255,10 +257,10 @@ DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS="-t DAV" pilot ... ``` ## How is my password stored? -`pilot` uses the [CredentialsManager](https://github.com/fastlane/CredentialsManager) from `fastlane`. +`pilot` uses the [CredentialsManager](https://github.com/fastlane/credentials_manager) from `fastlane`. # Need help? Please submit an issue on GitHub and provide information about your setup # License