fastlane

deliversnapshotframeitPEMsighproducecertcodes


Fastlane Core

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.

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