一个 NSPersistentStoreCoordinator 是否可以拥有多种文档类型?
我的核心数据模型中有两个不同的实体:项目和问题。每种类型都有独特的属性,因此我想为每个实体使用不同的 UTI 文档类型。每个 UTI 文档类型都应该有一个扩展名。不幸的是,NSPersistentStoreCoordinator 只允许设置一个文件扩展名。
所以我的问题是如何导出具有相同扩展名的多种文档类型。
I have 2 different entities in my core data model: project and issue. Each type has unique attributes, so I want to use different UTI document type for each entity. Each UTI document type should have an extension. Unfortunately, NSPersistentStoreCoordinator allows to set only one file extension.
So my question how to export more than one document type with the same extension.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否在“目标”->“获取信息”->“属性”中尝试过类似的操作:
我还没有测试过,但我认为这样的东西会起作用。
Have you tried something like this in target->Get Info->Properties:
I haven't tested, but I assume something like this would work.
这是不可能的(Mac OS X 10.6)。
It's impossible (Mac OS X 10.6).