-
Notifications
You must be signed in to change notification settings - Fork 130
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
Plat 12250 build xcframeworks #1663
Conversation
Generated by 🚫 Danger |
@@ -89,6 +89,9 @@ build_ios_static: ## Build the static library target | |||
build_carthage: ## Build the latest pushed commit with Carthage | |||
@./scripts/build-carthage.sh | |||
|
|||
build_xcframework: ## Build as a multiplatform xcframework |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: The Make target calls it xcframework but the script just uses framework. Maybe less likely to trip people up if we us framework for both? I can change it on the PR to add it to CI, so long as you agree.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, it's actually building an xcframework, so best to settle on that I guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I don't mind at all which one is used, I'm just likely to forget and get them wrong if they aren't the same - I'll chang eit to xc when I get to it no problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything should be xcframework now
390d495
to
608fe47
Compare
Goal
This PR adds the ability to build the binary xcframework from the command line.