Hi everyone, I have the string "com.apple.iwork.*", and I need to expand that into any UTIs that match the string. In this case, it'd be:
( "com.apple.iwork.pages.pages", "com.apple.iwork.keynote.key", "com.apple.iwork.numbers.numbers" ) The root question I have is: How can I retrieve a list of all known UTIs? I've found "UTTypeCreateAllIdentifiersForTag()", but that requires passing a tag and a tag class, which I won't have. (And passing in NULL didn't work) Any suggestions? Thanks, Dave
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com