bazel-xcode / PodToBUILD

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

Improve fobjc-arc C++ source file logic #139

Closed jerrymarino closed 4 years ago

jerrymarino commented 4 years ago

This PR removes a hack that prevents C++ source files from ending up in non_arc_srcs. There's a few podspecs like Yoga, and FBAllocationTracker that exibit globs like this.

In the integration tests, I've also added asserts using the clang __has_feature to validate this.

Fixes #67