mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
29 lines
No EOL
968 B
JSON
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
|
|
}
|
|
]
|
|
} |