platform-codebase/features/messaging/ios/ios-tools.config.json
Lilith 3db8f6e087 chore(src): 🔧 Update TypeScript files in src directory to maintain consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:47 -08:00

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"
}