bazel-ios / rules_ios

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

Forward package_name to swift_library part of apple_library #853

Closed luispadron closed 5 months ago

luispadron commented 5 months ago

Adds support for package_name arg of swift_library. I also updated the kwarg forwarding to match the way we do it in framework.bzl and the other macros.