XCBBuildServiceProxy
XCBBuildServiceProxy copied to clipboard
A framework to create proxies for XCBBuildService, which allows for custom Xcode build integrations.
Bazel version update to 4.2.0 in order to compile it in M1 Macs In order to compile with latest Bazel version I needed to update Swift Log to 1.4.2 and...
I am proposing a simplified version of BazelXCBBuildService named BazelProgressXCBBuildService, we only need to show the progress in Xcode so this version forwards all request and injects the Bazel progress...
Is there any documents or demo to learn how to use this framework?