bazel-xcode / PodToBUILD

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

Add **XCFramework** support to PodToBUILD #208

Closed woshimaliang closed 2 years ago

woshimaliang commented 2 years ago

Add xcframework support to PodToBUILD by introducing a new flag - _isxcframework. I thought this addition might be useful for PodToBUILD users, even not that much for PINS.

xcframework support in rule_apple was added in https://github.com/bazelbuild/rules_apple/pull/1344