forked from amantus-ai/vibetunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpoltergeist.config.json
More file actions
29 lines (29 loc) · 968 Bytes
/
poltergeist.config.json
File metadata and controls
29 lines (29 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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
}
]
}