xchammer icon indicating copy to clipboard operation
xchammer copied to clipboard

Support new versions of objc_framework, objc_bundle and objc_bundle_library

Open rahul-malik opened this issue 5 years ago • 0 comments

The Apple rules have deprecated these framework / resource rules so we need to make sure we need to support the new versions as well (if we don’t want this to be a breaking change)

Notice: This is the last version that supports objc_framework, objc_bundle and objc_bundle_library. The next version of rules_apple will not support these rules. Please migrate to their Starlark counterparts apple_dynamic_framework_import/apple_static_framework_import, apple_bundle_import and apple_resource_bundle.

rahul-malik avatar Mar 07 '19 17:03 rahul-malik