bazel-xcode / PodToBUILD

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

Allow 'features' customization via 'user_options' #192

Closed jparise closed 2 years ago

jparise commented 2 years ago

'features' provides a mechanism for customizing the Bazel toolchain configuration:

https://docs.bazel.build/versions/main/cc-toolchain-config-reference.html

It's a useful knob to expose via PodToBUILD for those cases when you want a library to opt-in to features like dead code stripping, dsym generation, or other local toolchain features.