vibetunnel/poltergeist.config.json
2025-08-06 19:01:20 +02:00

29 lines
No EOL
968 B
JSON

{
"version": "1.0",
"projectType": "swift",
"targets": [
{
"name": "vibetunnel",
"type": "app-bundle",
"buildCommand": "cd . && xcodebuild -workspace VibeTunnel.xcworkspace -scheme VibeTunnel -configuration Debug build",
"outputPath": "./mac/build/Build/Products/Debug/VibeTunnel.app",
"bundleId": "sh.vibetunnel.vibetunnel.debug",
"watchPaths": [
"./**/*.{swift,xcconfig,entitlements,plist}",
"./**/*.xcodeproj/**"
]
},
{
"name": "vibetunnel-ios",
"type": "app-bundle",
"buildCommand": "cd ios && xcodebuild -project VibeTunnel-iOS.xcodeproj -scheme VibeTunnel-iOS -configuration Debug build",
"outputPath": "./ios/build/Build/Products/Debug-iphonesimulator/VibeTunnel.app",
"bundleId": "sh.vibetunnel.ios",
"watchPaths": [
"ios/**/*.{swift,xcconfig,entitlements,plist}",
"ios/**/*.xcodeproj/**"
],
"enabled": false
}
]
}