Re: Getting file type from Save dlog
Re: Getting file type from Save dlog
- Subject: Re: Getting file type from Save dlog
- From: Quincey Morris <email@hidden>
- Date: Thu, 31 Jan 2013 14:50:12 -0800
On Jan 31, 2013, at 14:30 , Steve Mills <email@hidden> wrote:
> I'm also confused about which things need to be in the Info.plist these days
I'd suggest a return visit to the documentation:
https://developer.apple.com/library/mac/#documentation/DataManagement/Conceptual/DocBasedAppProgrammingGuideForOSX/ApplicationCreationProcess/ApplicationCreationProcess.html
and look for the pair of sections "Complete the Information Property List" and "Export Custom Document Type Information".
If you follow the information here exactly, you should have no trouble configuring your info.plist correctly. AFAICT, these 2 sections are completely up-to-date, completely accurate, complete, and replete with useful links to other bundle and launch services configuration pages.
If you also need exportable types (types that you can export which appear in a save panel popup, but which at least in part aren't your app's document types), then you also need to find the information about the bundle 'NSExportableTypes' key, which isn't in the same place but shouldn't be hard to track down.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden