Re: Can an app query the values in its own Info.plist?
Re: Can an app query the values in its own Info.plist?
- Subject: Re: Can an app query the values in its own Info.plist?
- From: Scott Anguish <email@hidden>
- Date: Mon, 28 Sep 2009 01:02:42 -0400
Better question...
Why do it? It's easy enough to add your own.
I don't see what the issue is with just adding another. not like
they're hard to read and get access to the data.
On Sep 28, 2009, at 12:23 AM, Graham Cox wrote:
On 28/09/2009, at 1:47 PM, Kiel Gillard wrote:
Generally one does not put custom keys in the Info.plist.
Why not? As long as you're careful to ensure no conflict now or in
the future with Apple's defined keys, you'll be fine (so ensure you
use a key that couldn't possibly be used by Apple, such as prefixed
with your name, etc - same as for any Objective-C class you create
yourself in other words). I've seen plenty of third party code add
keys to Info.plist, e.g. Sparkle.
_______________________________________________
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