Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MobileNativeFoundation/XCBBuildServiceProxyKit
A framework to create proxies for XCBBuildService, which allows for custom Xcode build integrations.
https://github.com/MobileNativeFoundation/XCBBuildServiceProxyKit
bazel proxy xcode
Last synced: 3 months ago
JSON representation
A framework to create proxies for XCBBuildService, which allows for custom Xcode build integrations.
- Host: GitHub
- URL: https://github.com/MobileNativeFoundation/XCBBuildServiceProxyKit
- Owner: MobileNativeFoundation
- License: other
- Created: 2022-05-03T19:04:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T14:41:24.000Z (over 1 year ago)
- Last Synced: 2024-07-19T03:07:30.805Z (4 months ago)
- Topics: bazel, proxy, xcode
- Language: Swift
- Homepage:
- Size: 227 KB
- Stars: 58
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# XCBBuildServiceProxyKit
XCBBuildServiceProxyKit is a framework that enables you to write a proxy for
Xcode's XCBBuildService, which enables you to extend or replace Xcode's build
system.## Usage
Check out the [Examples](Examples/).
## Future Improvements
- [ ] Add tests
- [ ] Use `Codable` for XCBProtocol parsing
- [ ] Use [Swift Service Lifecycle](https://github.com/swift-server/swift-service-lifecycle)## Updating to Support New Xcode Versions
Check out [our guide](Docs/UPDATING.md).
## Recognition
- [jerrymarino/xcbuildkit](https://github.com/jerrymarino/xcbuildkit) for
initial inspiration
- [a2/MessagePack.swift](https://github.com/a2/MessagePack.swift) for starting
point of MessagePack parsing