XCBBuildServiceProxyKit icon indicating copy to clipboard operation
XCBBuildServiceProxyKit copied to clipboard

A framework to create proxies for XCBBuildService, which allows for custom Xcode build integrations.

Results 5 XCBBuildServiceProxyKit issues
Sort by recently updated
recently updated
newest added

I’ve learned a lot about Xcode, Bazel, and integrating together since I started this project. In particular, with the development of [rules_xcodeproj](https://github.com/MobileNativeFoundation/rules_xcodeproj), I’ve come to realize that this project as...

Before #15 is done, and preferably for the first PR of the rewrite, we should have CI checks running on pull requests. We can probably use BuildBuddy Workflows and GitHub...

As of [4fd6d12](https://github.com/MobileNativeFoundation/XCBBuildServiceProxyKit/tree/4fd6d12/Sources) Xcode 13.3 is the latest one supported. A lot of us are already on Xcode 14.x so worth following the [UPDATE](https://github.com/MobileNativeFoundation/XCBBuildServiceProxyKit/blob/main/Docs/UPDATING.md) guide to add support for it....

https://github.com/MobileNativeFoundation/XCBBuildServiceProxyKit/blob/9114a4187481ebd573ebe50f2a043a9f1127abcb/Examples/BazelXCBBuildService/Sources/BazelBuildProcess.swift#L129-L149

First of all, thanks for building and maintaining this project. At [Tuist](https://github.com/tuist/tuist) we are starting to explore what value we could provide to developers by integrating into that contract and...