2020-12-29 11:57:05 +00:00
|
|
|
# fastlane
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Build and release mobile applications.
|
2020-12-29 11:57:05 +00:00
|
|
|
> 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`
|