cocottetech/@platform/codebase/@features/ai-copilot/cockpit-kit/ios-tools.config.json

53 lines
1.1 KiB
JSON
Raw Normal View History

{
"project": {
"name": "CocotteCockpitiOS",
"bundleId": "tech.cocotte.cockpit.ios",
"scheme": "CocotteCockpitiOS"
},
"remote": {
"user": "natalie",
"host": "plum.lan",
"sshAlias": "plum",
"projectDir": "~/Code/@projects/@cocottetech/@platform/codebase/@features/ai-copilot/ios-fe/",
"sshOptions": {
"connectTimeout": 10,
"serverAliveInterval": 60,
"strictHostKeyChecking": false
}
},
"build": {
"sdk": "iphoneos",
"configuration": "Debug",
"simulator": {
"sdk": "iphonesimulator",
"device": "iPhone 16 Pro",
"runtime": "iOS 26.0"
}
},
"xcode": {
"scheme": "CocotteCockpitiOS",
"team_id": "",
"bundle_id": "tech.cocotte.cockpit.ios"
},
"packages": {
"dependencies": [
"path:../cockpit-kit",
"path:../../../@packages/platform-models",
"path:../../../@packages/platform-api-client"
]
},
"sync": {
"exclude": [
".git",
".build",
".cache",
"DerivedData",
".DS_Store",
"node_modules",
".swiftpm"
],
"cooldownSeconds": 5
},
"defaultMode": "remote"
}