Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/target/XCBBuildServiceProxy
A framework to create proxies for XCBBuildService, which allows for custom Xcode build integrations.
https://github.com/target/XCBBuildServiceProxy
bazel xcode
Last synced: 28 days ago
JSON representation
A framework to create proxies for XCBBuildService, which allows for custom Xcode build integrations.
- Host: GitHub
- URL: https://github.com/target/XCBBuildServiceProxy
- Owner: target
- License: other
- Archived: true
- Created: 2020-11-30T18:18:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T16:51:04.000Z (over 2 years ago)
- Last Synced: 2024-07-19T04:35:24.095Z (5 months ago)
- Topics: bazel, xcode
- Language: Swift
- Homepage:
- Size: 99.6 KB
- Stars: 74
- Watchers: 14
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# THIS REPO HAS BEEN MOVED
Future updates will be done at:
https://github.com/MobileNativeFoundation/XCBBuildServiceProxyKit
---
## XCBBuildServiceProxy
XCBBuildServiceProxy 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