-
-
Notifications
You must be signed in to change notification settings - Fork 218
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
27 lines (27 loc) · 761 Bytes
/
config.example.yaml
File metadata and controls
27 lines (27 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
schemaVersion: 1
enabledWorkflows: ['simulator', 'ui-automation', 'debugging']
customWorkflows:
my-workflow:
- build_run_sim
- record_sim_video
- screenshot
experimentalWorkflowDiscovery: false
disableSessionDefaults: false
incrementalBuildsEnabled: false
debug: false
sentryDisabled: false
sessionDefaults:
projectPath: './MyApp.xcodeproj' # xor workspacePath
workspacePath: './MyApp.xcworkspace' # xor projectPath
scheme: 'MyApp'
configuration: 'Debug'
simulatorName: 'iPhone 17' # xor simulatorId
simulatorId: '<UUID>' # xor simulatorName
deviceId: '<UUID>'
useLatestOS: true
arch: 'arm64'
suppressWarnings: false
derivedDataPath: './.derivedData'
preferXcodebuild: false
platform: 'iOS'
bundleId: 'io.sentry.myapp'