bazel-xcode / PodToBUILD

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

Migrate objc_framework to apple_static_framework_import #72

Closed thii closed 5 years ago

rahul-malik commented 5 years ago

@thii - I've merged the commit for updating the bundle resource rules.

If you look at https://github.com/pinterest/PodToBUILD/commit/ee8466e91bc5621f148ec9809cef754d5ecb81da#diff-8afbbb3f3499e3d5b95f672b3618a839R111 you will see how to add load statements for your rules.

Essentially all you do is add another line or two to see if there is a rule of the type you've added, if so supply the load statement for it