setup_fastlane
Generate fastlane configuration files (Fastfile, Appfile, metadata) for automated iOS/Android app publishing, including copyright and app review information.
Instructions
Generate fastlane configuration files (Fastfile, Appfile, metadata structure) for automated iOS/Android app publishing. Includes: copyright auto-set, app_review_information, precheck_include_in_app_purchases: false, skip_app_version_update for metadata lane.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectDir | Yes | Path to the app project directory | |
| appIdentifier | Yes | App bundle identifier (e.g., com.example.myapp) | |
| appName | Yes | App display name | |
| teamId | No | Apple Developer Team ID (for iOS) | |
| itunesConnectTeamId | No | App Store Connect Team ID (for iOS, if different from teamId) | |
| jsonKeyFile | No | Path to Google Play Console JSON key file (for Android) | |
| packageName | No | Android package name (if different from appIdentifier) | |
| copyright | No | Copyright text (default: "{year} {appName}") | |
| reviewContactEmail | No | App Review contact email address | |
| reviewContactFirstName | No | App Review contact first name | |
| reviewContactLastName | No | App Review contact last name | |
| reviewContactPhone | No | App Review contact phone number |