一个 NSPersistentStoreCoordinator 是否可以拥有多种文档类型?

发布于 2024-11-04 05:57:16 字数 170 浏览 0 评论 0原文

我的核心数据模型中有两个不同的实体:项目和问题。每种类型都有独特的属性,因此我想为每个实体使用不同的 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沫尐诺 2024-11-11 05:57:16

您是否在“目标”->“获取信息”->“属性”中尝试过类似的操作:
在此处输入图像描述

我还没有测试过,但我认为这样的东西会起作用。

Have you tried something like this in target->Get Info->Properties:
enter image description here

I haven't tested, but I assume something like this would work.

拥抱没勇气 2024-11-11 05:57:16

这是不可能的(Mac OS X 10.6)。

It's impossible (Mac OS X 10.6).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文