Skip to content

Commit 786a1dd

Browse files
committed
Update full example config
1 parent d917392 commit 786a1dd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/CONFIGURATION.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ schemaVersion: 1
3232
enabledWorkflows: ["simulator", "ui-automation", "debugging"]
3333
```
3434
35-
Full example with all options:
35+
Full example options:
3636
3737
```yaml
3838
schemaVersion: 1
@@ -49,6 +49,12 @@ sessionDefaults:
4949
configuration: "Debug"
5050
simulatorName: "iPhone 16"
5151
platform: "iOS"
52+
useLatestOS: true
53+
arch: "arm64"
54+
suppressWarnings: true
55+
derivedDataPath: "./.derivedData"
56+
preferXcodebuild: false
57+
bundleId: "com.example.myapp"
5258

5359
# Build settings
5460
incrementalBuildsEnabled: false

0 commit comments

Comments
 (0)