Arguments
| Argument | Description |
|---|---|
<name> | App name (e.g., MyApp) |
Options
| Option | Short | Description |
|---|---|---|
--bundle-id <id> | -b | Bundle identifier (default: com.example.<name>) |
--platforms <list> | Comma-separated platforms: ios, macos, visionos (default: ios) | |
--path <path> | -o | Output directory (default: current directory) |
--ios-target <version> | iOS deployment target (default: 26.0) | |
--macos-target <version> | macOS deployment target (default: 26.0) | |
--visionos-target <version> | visionOS deployment target (default: 26.0) | |
--json | -j | Output as JSON |
