an open source Navidrome client written in Swift — https://dub.sh/getflo
at develop 64 lines 1.2 kB view raw view rendered
1fastlane documentation 2---- 3 4# Installation 5 6Make sure you have the latest version of the Xcode command line tools installed: 7 8```sh 9xcode-select --install 10``` 11 12For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) 13 14# Available Actions 15 16## iOS 17 18### ios load_asc_api_key 19 20```sh 21[bundle exec] fastlane ios load_asc_api_key 22``` 23 24load App Store Connect API key 25 26### ios sync_certs 27 28```sh 29[bundle exec] fastlane ios sync_certs 30``` 31 32sync certs thing 33 34### ios fetch_and_increment_build_number 35 36```sh 37[bundle exec] fastlane ios fetch_and_increment_build_number 38``` 39 40bump build number based on latest TestFlight build number 41 42### ios build 43 44```sh 45[bundle exec] fastlane ios build 46``` 47 48build app 49 50### ios beta 51 52```sh 53[bundle exec] fastlane ios beta 54``` 55 56push a new build to TestFlight 57 58---- 59 60This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. 61 62More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). 63 64The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).