Lanes Overview
This section documents all public and private lanes available in the Fastfile.
Public lanes
These lanes are intended for direct execution by developers or CI.
| Lane | Description |
|---|---|
provisioning |
Download development certificate and provisioning profiles |
update_provisioning |
Update certificate and provisioning profiles |
update_release_provisioning |
Update appstore certificate and provisioning profiles for release |
create_apps |
Create release and beta apps in developer portal & ITC |
create_apps_for_extension |
Create release and beta apps of given type in developer portal |
test |
Runs all the tests and report status to GitHub |
beta |
Submit a beta build to App Store connect |
release |
Submit a release build to App Store connect |
generate_graphql_operations |
Generate GraphQL operations |
Private lanes
These lanes are used internally by public lanes and are not meant to be called directly.
| Lane | Description |
|---|---|
bump |
|
create_apps_online |
|
dependencies |
|
configure_keychain |