You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
697 B

  1. fastlane documentation
  2. ================
  3. # Installation
  4. Make sure you have the latest version of the Xcode command line tools installed:
  5. ```
  6. xcode-select --install
  7. ```
  8. Install _fastlane_ using
  9. ```
  10. [sudo] gem install fastlane -NV
  11. ```
  12. or alternatively using `brew cask install fastlane`
  13. # Available Actions
  14. ## iOS
  15. ### ios beta
  16. ```
  17. fastlane ios beta
  18. ```
  19. Push a new beta build to TestFlight
  20. ----
  21. This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
  22. More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
  23. The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).