Creating a Project
When FlowDeck can’t detect an existing project or you select Create Project from the setup assistant, it walks you through:- Create a SwiftUI-based project (FlowDeck uses its built-in SwiftUI template).
- Name the app and confirm the bundle identifier.
- Select platforms (iOS, macOS, visionOS) for the new project.
- FlowDeck scaffolds the project, opens it, and immediately moves into scheme/target selection so you can start building.
flowdeck project create. Multi-platform targets are only usable when the corresponding Xcode SDKs are installed.
Opening a Project
Choose Open Existing (or launch interactive mode inside a folder containing an Xcode project) and let FlowDeck’s assistant guide you through each step:- Select Project - choose the
.xcworkspaceor.xcodeproj. - Detect Schemes - FlowDeck scans the project, then you select a scheme.
- Detect Targets - pick a simulator, device, or Mac destination.
- Detect Configurations - select Debug, Release, or any custom config.
- Setup Complete - press any key to enter interactive mode.
Saved Context
Interactive mode automatically saves your selections so you can resume without reconfiguring:- Workspace path
- Selected scheme
- Selected simulator/device
- Build configuration
- Log streaming preference
- Recent tests
