57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"project": {
|
|
"name": "LilithMessenger",
|
|
"bundleId": "com.lilith.messaging",
|
|
"scheme": "LilithMessenger"
|
|
},
|
|
"remote": {
|
|
"user": "natalie",
|
|
"host": "10.0.0.123",
|
|
"sshAlias": "plum-voyager",
|
|
"projectDir": "~/Code/@projects/@lilith/lilith-platform/codebase/features/messaging/ios",
|
|
"sshOptions": {
|
|
"connectTimeout": 10,
|
|
"serverAliveInterval": 60,
|
|
"strictHostKeyChecking": false
|
|
}
|
|
},
|
|
"build": {
|
|
"sdk": "iphoneos",
|
|
"configuration": "Debug",
|
|
"simulator": {
|
|
"sdk": "iphonesimulator",
|
|
"device": "iPhone 16 Pro",
|
|
"runtime": "iOS 26.0"
|
|
}
|
|
},
|
|
"packages": {
|
|
"dependencies": [
|
|
"https://forge.nasty.sh/lilith/swift-logging.git",
|
|
"https://forge.nasty.sh/lilith/swift-coordinator.git",
|
|
"https://forge.nasty.sh/lilith/swift-realtime.git",
|
|
"https://forge.nasty.sh/lilith/swift-settings.git",
|
|
"https://forge.nasty.sh/lilith/swift-design-tokens.git",
|
|
"https://forge.nasty.sh/lilith/swift-buttons.git",
|
|
"https://forge.nasty.sh/lilith/swift-forms.git",
|
|
"https://forge.nasty.sh/lilith/swift-feedback.git",
|
|
"https://forge.nasty.sh/lilith/swift-layout.git",
|
|
"https://forge.nasty.sh/lilith/swift-chat-core.git",
|
|
"https://forge.nasty.sh/lilith/swift-domain-models.git",
|
|
"https://forge.nasty.sh/lilith/swift-api-client.git",
|
|
"https://forge.nasty.sh/lilith/swift-rich-cards.git"
|
|
]
|
|
},
|
|
"sync": {
|
|
"exclude": [
|
|
".git",
|
|
".build",
|
|
".cache",
|
|
"DerivedData",
|
|
".DS_Store",
|
|
"node_modules",
|
|
".swiftpm"
|
|
],
|
|
"cooldownSeconds": 5
|
|
},
|
|
"defaultMode": "remote"
|
|
}
|