populate_metadata
Write locale-specific app store metadata to fastlane files. Creates all required .txt files for each locale including name, subtitle, description, and keywords.
Instructions
Populate fastlane metadata directory with locale-specific content. Creates all required .txt files (name, subtitle, description, keywords, etc.) for each locale. Use this after generate_store_listing to write content directly to fastlane metadata files.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectDir | Yes | Path to the app project directory (must contain fastlane/ directory) | |
| locales | Yes | Map of locale code to metadata content. Example: {"en-US": {"name": "My App", ...}, "ko": {"name": "내 앱", ...}} |