UNPKG

ios-boiler-template

Version:

Boilerplate IOS with clean architecture, MMKV, Combine, Alamofire, Task, ...

68 lines (37 loc) 1.04 kB
fastlane documentation ---- # Installation Make sure you have the latest version of the Xcode command line tools installed: ```sh xcode-select --install ``` For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) # Available Actions ### notify_testers ```sh [bundle exec] fastlane notify_testers ``` ### load_env_from_json ```sh [bundle exec] fastlane load_env_from_json ``` ### load_env_from_xcconfig ```sh [bundle exec] fastlane load_env_from_xcconfig ``` ---- ## iOS ### ios upload_to_TF ```sh [bundle exec] fastlane ios upload_to_TF ``` Upload IPA to TestFlight ### ios build_ipa ```sh [bundle exec] fastlane ios build_ipa ``` IOS ipa ---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).