Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for macOS static framework #693

Open
kjteske opened this issue Jan 23, 2020 · 3 comments
Open

Support for macOS static framework #693

kjteske opened this issue Jan 23, 2020 · 3 comments
Labels
P3 Would be nice, but probably next quarter at the earliest

Comments

@kjteske
Copy link

kjteske commented Jan 23, 2020

Any plans for this?

I'm guessing it would look pretty similar to other static framework implementations, I could take a stab at a PR.

@allevato
Copy link
Member

Our rough plan for rules dealing with distributable frameworks going forward is that we'd like to unify things around Xcode 11's new .xcframework bundle format, where we'd only have to maintain a single rule implementation that would build whichever platform/architecture combinations that users are interested in.

For that reason, we'd like to avoid adding more variants of the existing implementation at this time, since we don't want to imply that they would be supported longer-term.

@kjteske
Copy link
Author

kjteske commented Jan 23, 2020

Makes sense. Any guess on how soon that'll be?

@keith
Copy link
Member

keith commented Oct 26, 2021

Here's a tracking issue for supporting distributable xcframeworks #1249

I would be happy to accept a macos_static_framework rule in the meantime, since I think that could still be desirable since unlike iOS we won't have architecture conflicts, and once the M1 transition is complete, you may want to produce a "simpler" framework than a full xcframework just for a single platform

@keith keith added the P3 Would be nice, but probably next quarter at the earliest label Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Would be nice, but probably next quarter at the earliest
Projects
None yet
Development

No branches or pull requests

3 participants