Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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