Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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