bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
323 stars 69 forks source link

Improve CcInfo parity with ObjcProvider #184

Closed jparise closed 3 years ago

jparise commented 3 years ago

Beyond the initial done in #174, we also need to include 'headers' in the generated CcCompilationContext and return a CcInfo provider with our headermap generation rule.

See: https://github.com/bazelbuild/bazel/issues/10674