Skip to content

Commit

Permalink
build(dev): add configuration for xcode build server
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Dec 1, 2024
1 parent 131ccc6 commit c80cfde
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions buildServer.json
Original file line number Diff line number Diff line change
@@ -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/stanislas/git/firstfm-ios/firstfm.xcodeproj/project.xcworkspace",
"build_root": "/Users/stanislas/Library/Developer/Xcode/DerivedData/firstfm-ecipapmnrwktkcfygdtrslicpupl",
"scheme": "firstfm",
"kind": "xcode"
}

0 comments on commit c80cfde

Please sign in to comment.