2026-04-19 01:21:43 +02:00
|
|
|
{
|
|
|
|
|
"@git.zone/tsswift": {
|
|
|
|
|
"defaultScheme": "IDPGlobal",
|
|
|
|
|
"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",
|
2026-04-20 18:40:25 +00:00
|
|
|
"remoteBuilder": {
|
|
|
|
|
"name": "central-macos"
|
|
|
|
|
},
|
2026-04-19 01:21:43 +02:00
|
|
|
"app": {
|
|
|
|
|
"bundleId": "global.idp.app"
|
|
|
|
|
},
|
|
|
|
|
"targets": {
|
|
|
|
|
"ios": {
|
2026-04-20 18:40:25 +00:00
|
|
|
"simulatorName": "iPhone 17 Pro",
|
2026-04-19 01:21:43 +02:00
|
|
|
"runtime": "latest"
|
|
|
|
|
},
|
|
|
|
|
"ipad": {
|
|
|
|
|
"simulatorName": "iPad mini (A17 Pro)",
|
|
|
|
|
"runtime": "latest"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|