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: '' # xor simulatorName deviceId: '' useLatestOS: true arch: 'arm64' suppressWarnings: false derivedDataPath: './.derivedData' preferXcodebuild: false platform: 'iOS' bundleId: 'io.sentry.myapp'