iPhone OS 使用私人数据创建捆绑包
我现在的情况是需要为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论