TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

14 pointsby prydonius2 months ago

2 comments

g4t0r2 months ago
Cool tutorial. I was looking at a similar setup that Google uses for it&#x27;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.<p>So the private repo publishes the framework to S3 or wherever, and then the public repo points to that directly. Might save some time&#x2F;manual effort when publishing the public package!<p>[1] - <a href="https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;recaptcha-enterprise-mobile-sdk&#x2F;blob&#x2F;main&#x2F;Package.swift#L39-L44" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;recaptcha-enterprise-...</a>
nidalfakhouri2 months ago
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!