/fastlane-example

An example setup of fastlane for an iOS app

Primary LanguageObjective-CMIT LicenseMIT

deliversnapshotframeitPEMsigh

-------

Example fastlane iOS project

Twitter: @KauseFx License

This is an example project with a working setup of fastlane, which includes deliver, snapshot, frameit, sigh and xctool.

Usage

  • Install fastlane
  • Run fastlane deploy in the project folder

You'll be have to change the used credentials to make deliver and sigh work.

Need help?

  • If there is a technical problem with this project, submit an issue.
  • I'm available for contract work - drop me an email: fastlane@krausefx.com

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

Contributing

  1. Create an issue to discuss about your idea
  2. Fork it (https://github.com/KrauseFx/fastlane-example/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