XCBBuildServiceProxy
XCBBuildServiceProxy copied to clipboard
A framework to create proxies for XCBBuildService, which allows for custom Xcode build integrations.
trafficstars
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.
Future Improvements
- [ ] Add tests
- [ ] Use
Codablefor XCBProtocol parsing - [ ] Use Swift Service Lifecycle
Updating to Support New Xcode Versions
Check out our guide.
Recognition
- jerrymarino/xcbuildkit for initial inspiration
- a2/MessagePack.swift for starting point of MessagePack parsing