deliver • snapshot • frameit • PEM • sigh • produce • cert • codes
-------All shared code of the fastlane tools is stored in this repository.
Get in contact with the developer on Twitter: @KrauseFx
This gem contains all shared classes and code:
- Setting up a headless JavaScript browser using poltergeist
- Login and basic navigation on iTunes Connect
- Login and basic navigation on the Apple Developer Portal
- Checking for updates for a specific gem and showing an update message
- All output of all tools with different logging levels
- Finding of the current Xcode and iTunes Transporter path
- A list of available languages of iTunes Connect
This project is licensed under the terms of the MIT license. See the LICENSE file.
- Create an issue to start a discussion about your idea
- Fork it (https://github.com/KrauseFx/fastlane_core/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request