bazel-ios / cocoapods-bazel

A Cocoapods plugin for automatically generating Bazel BUILD files
Apache License 2.0
110 stars 21 forks source link

Supports info.plist in framework #44

Closed congt closed 3 years ago

congt commented 3 years ago

When distributing a framework to third-party developers, we will need to include the info.plist into the framework.

rules_ios support: https://github.com/bazel-ios/rules_ios/pull/299