Re: Where is CFBundleIconFile defined?
Re: Where is CFBundleIconFile defined?
- Subject: Re: Where is CFBundleIconFile defined?
- From: Fritz Anderson <email@hidden>
- Date: Sun, 17 Feb 2013 16:29:41 -0600
On 16 Feb 2013, at 2:11 PM, tridiak <email@hidden> wrote:
> As subject states. Or is it a private constant?
It's a documented string used as a key in Info.plist. Launch Services cares about it, but the Cocoa API doesn't, which is probably why Apple never put an NSString const for it in the API.
If you need to poke around in Info.plists, just use the literal strings you find in the Information Property List Reference.
If you're just interested in icon images on Mac OS, have a look at the icon methods of NSWorkspace, which will save you the trouble of negotiating bundles.
— F
--
Fritz Anderson
Xcode 4 Unleashed: 4.5 supplement for free!
http://www.informit.com/store/xcode-4-unleashed-9780672333279
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden