Add watch command and update tsswift version in configuration
This commit is contained in:
48
.smartconfig.json
Normal file
48
.smartconfig.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"@git.zone/tsswift": {
|
||||
"defaultScheme": "SocialIO",
|
||||
"defaultConfiguration": "Debug",
|
||||
"derivedDataPath": "swift/.build/xcode-derived-data",
|
||||
"parallelBuilds": true,
|
||||
"parallelTests": false,
|
||||
"buildPlatforms": ["macos", "ios", "ipad"],
|
||||
"testPlatforms": ["macos"],
|
||||
"watchPlatforms": ["macos", "ios", "ipad"],
|
||||
"watchDebounceMs": 1200,
|
||||
"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": "swift/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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user