README.md in pilot-0.1.5 vs README.md in pilot-0.1.6
- old
+ new
@@ -14,11 +14,12 @@
<a href="https://github.com/KrauseFx/produce">produce</a> •
<a href="https://github.com/KrauseFx/cert">cert</a> •
<a href="https://github.com/KrauseFx/codes">codes</a> •
<a href="https://github.com/fastlane/spaceship">spaceship</a> •
<b>pilot</b> •
- <a href="https://github.com/fastlane/boarding">boarding</a>
+ <a href="https://github.com/fastlane/boarding">boarding</a> •
+ <a href="https://github.com/fastlane/gym">gym</a>
</p>
-------
<p align="center">
<img src="assets/PilotTextTransparentSmall.png" width="500">
@@ -228,13 +229,20 @@
- [`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
- [`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
+- [`gym`](https://github.com/fastlane/gym): Building your iOS apps has never been easier
##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
+## Debug information
+
+If you run into any issues you can use the `verbose` mode to get a more detailed output:
+
+ pilot --verbose
+
## How is my password stored?
`pilot` uses the [CredentialsManager](https://github.com/fastlane/CredentialsManager) from `fastlane`.
# Need help?
@@ -243,15 +251,5 @@
# License
This project is licensed under the terms of the MIT license. See the LICENSE file.
> This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.
-
-# Contributing
-
-1. Create an issue to start a discussion about your idea
-2. Fork it (https://github.com/fastlane/pilot/fork)
-3. Create your feature branch (`git checkout -b my-new-feature`)
-4. Commit your changes (`git commit -am 'Add some feature'`)
-5. Push to the branch (`git push origin my-new-feature`)
-6. Create a new Pull Request
-