mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
添加 Xcode 构建服务器配置文件
This commit is contained in:
parent
59bb5ad8a7
commit
fcdcaceede
19
buildServer.json
Normal file
19
buildServer.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "xcode build server",
|
||||
"version": "0.2",
|
||||
"bspVersion": "2.0",
|
||||
"languages": [
|
||||
"c",
|
||||
"cpp",
|
||||
"objective-c",
|
||||
"objective-cpp",
|
||||
"swift"
|
||||
],
|
||||
"argv": [
|
||||
"/opt/homebrew/bin/xcode-build-server"
|
||||
],
|
||||
"workspace": "/Users/huangfeng/Documents/Bark/Bark.xcworkspace",
|
||||
"build_root": "/Users/huangfeng/Library/Developer/Xcode/DerivedData/Bark-cyorhgfjlviqbhgulankypxaozte",
|
||||
"scheme": "Bark",
|
||||
"kind": "xcode"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user