0

I started a document-based core data application targeting 10.9-only from the corresponding Xcode 5.1 template.

When the save-dialog is opened from the file-menu of my application, the user is presented with three file format options: Binary, SQLite, XML.

I don't want to give the user this choice but instead preset the file format to SQLite and no longer present the options in the save-dialog.

How can i achieve this?

4

1 回答 1

1

似乎就像从我的文档类型中删除XML二进制条目一样简单。谁能证实这一点?Application-Info.plist

于 2014-05-05T08:29:07.787 回答