Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
How to create a closed source Objective-C++ framework for Swift Package Manager (stytch.com)
14 points by prydonius 11 months ago | hide | past | favorite | 2 comments


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-...


Hey this is my tutorial, thanks for sharing! Let me know if you have any questions or comments about it, I would really like any feedback!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: