Files
swiftapp/.smartconfig.json
Jürgen Kunz 2fe6b8a6df WIP: local handoff implementation
Local work on the social.io handoff before merging the claude
worktree branch. Includes the full per-spec Sources/Core/Design
module (8 files), watchOS target under WatchApp/, Live Activity +
widget extension, entitlements, scheme, and asset catalog.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 16:26:38 +02:00

65 lines
1.5 KiB
JSON

{
"@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 17 Pro",
"runtime": "26.4",
"simulatorUDID": "8EBCDD58-34AB-457A-A878-8004A6108CA9"
},
"ipad": {
"simulatorName": "iPad Pro 11-inch (M5)",
"runtime": "26.4",
"simulatorUDID": "4ED4902E-C8EB-444A-A8FF-183ABC08E8C2"
}
}
}
}