bazel-xcode / PodToBUILD

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

Introduce is_dynamic_framework config for dynamic frameworks support #195

Closed woshimaliang closed 2 years ago

woshimaliang commented 2 years ago

is_dynamic_framework is a new config to enable apple_dynamic_framework_import.

Added an example project(SnapSDK) to demonstrate its usage.

I can modify GoldMaster tests to include dynamic framework test apple_dynamic_framework_import, but it's not blocking this PR.