> ## 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.

# Build Settings

> Scheme, target, configuration, and workspace selection in interactive mode

Build Settings control what you build and where it runs. These selections are used by every Build, Run & Test action and are saved between sessions.

```
Build Settings
+-------------------------------------------+
| S Scheme            D Device / Simulator  |
| G Build Config      W Workspace / Project |
+-------------------------------------------+
```

## Scheme

Press `S` to pick a scheme. This selection is saved for future sessions.

## Device / Simulator

Press `D` to choose a simulator, connected device, or local target.

Common target types include:

* **My Mac** - Build and run as a native macOS app
* **My Mac Catalyst** - Build and run iOS app on Mac via Catalyst (only appears if your scheme supports it)
* **Physical Devices** - Connected iPhones, iPads, etc.
* **Simulators** - iOS, iPadOS, tvOS, watchOS simulators

## Build Config

Press `G` to select a build configuration such as Debug or Release.

## Workspace / Project

Press `W` to switch to another workspace or project in your folder or subfolders.
