fastlane

deliversnapshotframeitPEMsighproducecertcodesspaceshippilotboarding


FastlaneCore

Twitter: @KauseFx License Gem Build Status

All shared code of the fastlane tools is stored in this repository.

Get in contact with the developer on Twitter: @KrauseFx

Features

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

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/fastlane_core/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