47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"@git.zone/tsswift": {
|
|
"defaultScheme": "SocialIO",
|
|
"defaultConfiguration": "Debug",
|
|
"derivedDataPath": ".build/xcode-derived-data",
|
|
"parallelBuilds": true,
|
|
"parallelTests": false,
|
|
"buildPlatforms": ["macos", "ios", "ipad"],
|
|
"testPlatforms": ["macos"],
|
|
"defaultPlatform": "macos",
|
|
"app": {
|
|
"bundleId": "io.social.app"
|
|
},
|
|
"control": {
|
|
"filePath": "/tmp/socialio-control.txt",
|
|
"fileEnvKey": "SOCIALIO_CONTROL_FILE",
|
|
"pollMs": 250,
|
|
"pollMsEnvKey": "SOCIALIO_CONTROL_POLL_MS",
|
|
"initialCommand": "socialio://mailbox/inbox"
|
|
},
|
|
"screenshots": {
|
|
"scenariosFile": "Automation/ui-screenshot-routes.txt",
|
|
"outputDir": "/tmp/socialio-ui-review",
|
|
"reviewPlatforms": ["ios", "ipad", "macos"],
|
|
"launchDelayMs": 2000,
|
|
"stepDelayMs": 1200,
|
|
"initialCommand": "socialio://mailbox/inbox",
|
|
"macosWindow": {
|
|
"width": 1440,
|
|
"height": 900,
|
|
"x": 80,
|
|
"y": 80
|
|
}
|
|
},
|
|
"targets": {
|
|
"ios": {
|
|
"simulatorName": "iPhone Air",
|
|
"runtime": "latest"
|
|
},
|
|
"ipad": {
|
|
"simulatorName": "iPad mini (A17 Pro)",
|
|
"runtime": "latest"
|
|
}
|
|
}
|
|
}
|
|
}
|