iPhone OS 使用私人数据创建捆绑包

发布于 2024-10-11 20:43:12 字数 236 浏览 1 评论 0原文

我现在的情况是需要为 iPhone 应用程序创建一个工具包。我知道我不允许使用代码+ xib 文件+图像创建框架,但我可以使用静态库。 所以我所做的是将我的代码编译到静态库中,现在我必须为我的工具包创建一个包含大量图像和 xib 文件的包。 问题是我需要隐藏这些图像和 xib 文件,但捆绑包内的所有内容都对所有人开放。我知道您不能在静态库中包含 xib 文件,但我想知道应该如何完成此操作,应该有某种方法可以在不暴露外部数据的情况下分发我的工具包。 谢谢

I am in the situation where i need to create a toolkit for iphone apps. I know that i am not allowed to create frameworks with code + xib files + images, but i am allowed to use static libraries.
So what i have done is to compile my code into a static library, and now i have to create a bundle with a lot of images and xib files for my toolkit.
The problem is that i need to hide this images and xib files but inside bundles everything is open to everyone. I know that you can't include xib files inside static libraries but i am wondering how should this be done, there should be some kind of way to distribute my toolkit without exposing my external data.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文