Files
swiftapp/.smartconfig.json

31 lines
739 B
JSON
Raw Normal View History

{
"@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",
"remoteBuilder": {
"name": "central-macos"
},
"app": {
"bundleId": "global.idp.app"
},
"targets": {
"ios": {
"simulatorName": "iPhone 17 Pro",
"runtime": "latest"
},
"ipad": {
"simulatorName": "iPad mini (A17 Pro)",
"runtime": "latest"
}
}
}
}