README.md in sigh-0.10.3 vs README.md in sigh-0.10.4
- old
+ new
@@ -14,11 +14,13 @@
<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> •
<a href="https://github.com/fastlane/pilot">pilot</a> •
- <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/sigh.png">
@@ -215,11 +217,13 @@
- [`cert`](https://github.com/KrauseFx/cert): Automatically create and maintain iOS code signing certificates
- [`codes`](https://github.com/KrauseFx/codes): Create promo codes for iOS Apps using the command line
- [`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
+
##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
## Use the 'Provisioning Quicklook plugin'
Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
@@ -228,22 +232,16 @@
## App Identifier couldn't be found
If you also want to create a new App Identifier on the Apple Developer Portal, check out [produce](https://github.com/fastlane/produce), which does exactly that.
+## What happens to my Xcode managed profiles?
+
+`sigh` will never touch or use the profiles which are created and managed by Xcode. Instead `sigh` will manage its own set of provisioning profiles.
+
# Need help?
-- If there is a technical problem with `sigh`, submit an issue.
-- I'm available for contract work - drop me an email: sigh@krausefx.com
+Please submit an issue on GitHub and provide information about your setup
# 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/KrauseFx/sigh/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