Live data from Hacker News

How to create a closed source Objective-C++ framework for Swift Package Manager

stytch.com

1–3 of 3 posts

Re: How to create a closed source Objective-C++ framework for Swift Package Manager

#3
Cool tutorial. I was looking at a similar setup that Google uses for it's recaptcha package[1], where, instead of copying the xcframework _into_ the public repo, they host the file on their own infra and set _that_ as the binaryTarget.

So the private repo publishes the framework to S3 or wherever, and then the public repo points to that directly. Might save some time/manual effort when publishing the public package!

[1] - https://github.com/GoogleCloudPlatform/recaptcha-enterprise-...