You can do "CFArrayRef applications = 
LSCopyApplicationURLsForURL((CFURLRef)fileUrl, kLSRolesAll);" to get the 
applications and then call:

- (BOOL)getInfoForFile:(NSString *)fullPath application:(NSString **)appName 
type:(NSString **)ty

To get the application details

On May 24, 2010, at 4:27 AM, Trygve Inda wrote:

> I know I have seen this code before but in the last 30 minutes of digging, I
> can't find it.
> 
> How can I get a list of bundle identifiers (or paths to an app) for all the
> apps that can open a file of a given type (eg pdf, mp3 etc)
> 
> Then, How can I get an icon for these apps?
> 
> Basically I want to build a menu of app apps on the system that can open a
> particular file.
> 
> Thanks,
> 
> Trygve
> 
> 
> _______________________________________________
> 
> 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/chaitanya%40expersis.com
> 
> This email sent to chaita...@expersis.com

_______________________________________________

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

Reply via email to