We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d917392 commit 786a1ddCopy full SHA for 786a1dd
1 file changed
docs/CONFIGURATION.md
@@ -32,7 +32,7 @@ schemaVersion: 1
32
enabledWorkflows: ["simulator", "ui-automation", "debugging"]
33
```
34
35
-Full example with all options:
+Full example options:
36
37
```yaml
38
schemaVersion: 1
@@ -49,6 +49,12 @@ sessionDefaults:
49
configuration: "Debug"
50
simulatorName: "iPhone 16"
51
platform: "iOS"
52
+ useLatestOS: true
53
+ arch: "arm64"
54
+ suppressWarnings: true
55
+ derivedDataPath: "./.derivedData"
56
+ preferXcodebuild: false
57
+ bundleId: "com.example.myapp"
58
59
# Build settings
60
incrementalBuildsEnabled: false
0 commit comments