Skip to content

Conversation

chiragramani
Copy link
Contributor

This PR introduces support for ios_dylib, which closely follows the implementation of macos_dylib to ensure consistency across platforms.

One of our projectgen use-cases involves combining all Swift libraries into a single dynamic library. This was previously handled outside of Bazel, but with this addition, we now leverage Bazel to support the same use-case in a reproducible and maintainable way.

@adincebic
Copy link
Contributor

Wasn't ios_framework producing dynamic library already or am I not understanding the difference here? @chiragramani

)

ios_dylib = rule_factory.create_apple_rule(
doc = "Builds a iOS Dylib binary.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add more info here, primarily what is a good use case for this rule, etc. This isnt intended to be used in deps of other targets right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants