CFBundleDocumentTypes
CFBundleDocumentTypes
- Subject: CFBundleDocumentTypes
- From: koko <email@hidden>
- Date: Wed, 30 Jan 2013 20:14:10 -0700
For a few years now I have defined CFBundleDocumentTypes in my apps info.plist. The LSItemContentTypes contained 26 entries of the form com.company.ext where ext has 26 unique 3 chc values.
Any file whose extension matched these 26 can be double-clicked or dropped on my app and application:openFile is called.
I added a 27th entry with a 2 chc ext as com.company.bx
I built and installed the app on my machine.
I cannot drop or double-click files of extension .bx on my app.
What might I be doing wrong?
-koko
NOTE: I know UTExportedTypeDeclarations in the.plist are for types my app owns, I also have corresponding entries to the CFBundleDocumentTypes in this key.
_______________________________________________
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