jerrymarino / xcbuildkit

xcbuildkit is a framework to extend or replace Xcode's build system
Other
216 stars 17 forks source link

Support for Indexing #24

Open michaeleisel opened 4 years ago

michaeleisel commented 4 years ago

It looks like an indexing message type is used in BSBuildService, but that the encoding/decoding for that type doesn’t have much. Replacing Xcode’s indexing with something that used a Bazel-generated compilation database seems very useful.