Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何创建包含图像和 xib 等资源的捆绑包以在应用程序之间共享它?我看到创建新项目时有办法做到,但是必须有办法根据完成的项目来做,对吗?
提前致谢 -f
在 iPhoneOS 上,bundle 结构非常简单。只是一个make文件夹并将所有资源放在它下面。
blah.bundle/ foo.png bar.png baz.nib ...
但是应用程序是沙盒化的,因此必须将相同的捆绑包复制到每个应用程序中。