bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 84 forks source link

Safer objc_provider assignment in apple_framework_packaging #855

Closed thiagohmcruz closed 5 months ago

thiagohmcruz commented 5 months ago

There's an internal use case for us that involves passing others types of deps to apple_framework_packaging that might not have the apple_common.Objc provider (cc_library targets). This check makes this assignment "safer" but also enables others also passing custom deps here.