Create a new Xcode project using FlowDeck’s built-in SwiftUI template. Multi-platform targets (iOS, macOS, tvOS, watchOS, visionOS) are supported, depending on the SDKs installed in Xcode.Documentation Index
Fetch the complete documentation index at: https://flowdeck.studio/docs/llms.txt
Use this file to discover all available pages before exploring further.
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, tvos, watchos, 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) | |
--tvos-target <version> | tvOS deployment target (default: 26.0) | |
--watchos-target <version> | watchOS deployment target (default: 26.0) | |
--visionos-target <version> | visionOS deployment target (default: 26.0) | |
--watch-companion | Create iOS app with a companion watchOS app | |
--json | -j | Output as JSON |
