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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to