mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
7ca1069d76
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
434 B
434 B
fastlane
Build and release mobile applications. More information: https://docs.fastlane.tools/actions/.
- Build and sign the iOS application in the current directory:
fastlane run build_app
- Run
pod installfor the project in the current directory:
fastlane run cocoapods
- Delete the derived data from Xcode:
fastlane run clear_derived_data
- Remove the cache for pods:
fastlane run clean_cocoapods_cache