Re: Where did the icon come from?
Re: Where did the icon come from?
- Subject: Re: Where did the icon come from?
- From: douglas welton <email@hidden>
- Date: Mon, 19 Jul 2010 14:20:21 -0400
Eric,
This isn't a unix tool... but, for applications and other bundles, have you tried getting the icons path from the bundle info using CFBundleIconFile key? I can imagine the code might look somthing like this:
iconPath = [targetBundle objectForInfoDictionaryKey:CFBundleIconFile];
later,
douglas
On Jul 16, 2010, at 5:28 PM, Eric Gorr wrote:
> Is there a unix tool to which I can pass a file and have it tell me where the icon for the file is coming from?
>
> Thank you._______________________________________________
_______________________________________________
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