an open source Navidrome client written in Swift — https://dub.sh/getflo dub.sh/getflo
navidrome-client
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: create fastlane readme

+64
+64
fastlane/README.md
··· 1 + fastlane documentation 2 + ---- 3 + 4 + # Installation 5 + 6 + Make sure you have the latest version of the Xcode command line tools installed: 7 + 8 + ```sh 9 + xcode-select --install 10 + ``` 11 + 12 + For _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 + 24 + load App Store Connect API key 25 + 26 + ### ios sync_certs 27 + 28 + ```sh 29 + [bundle exec] fastlane ios sync_certs 30 + ``` 31 + 32 + sync 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 + 40 + bump build number based on latest TestFlight build number 41 + 42 + ### ios build 43 + 44 + ```sh 45 + [bundle exec] fastlane ios build 46 + ``` 47 + 48 + build app 49 + 50 + ### ios beta 51 + 52 + ```sh 53 + [bundle exec] fastlane ios beta 54 + ``` 55 + 56 + push a new build to TestFlight 57 + 58 + ---- 59 + 60 + This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. 61 + 62 + More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). 63 + 64 + The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).