bazel-xcode / xchammer

XCHammer generates Xcode projects from a Bazel Workspace.
Apache License 2.0
310 stars 49 forks source link

Add the ability to build Xcode projects with Bazel #26

Open jerrymarino opened 6 years ago

jerrymarino commented 6 years ago

It'd be awesome to integrate XCHammer project generation with Bazel. This would allow remote caching of Xcode projects using the existing Bazel infrastructure, which could speed up workflows like rebasing master and branch switching.

Considerations:

jerrymarino commented 5 years ago

This was prototyped out in #190