1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/common/fastlane.md
2020-12-29 19:57:05 +08:00

456 B

fastlane

Build and release mobile applications from the command-line. More information: https://docs.fastlane.tools/actions/.

  • Build and sign the iOS application in the current directory:

fastlane run build_app

  • Run pod install for 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