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: Graham Cox <email@hidden>
- Date: Mon, 28 Sep 2009 14:23:25 +1000
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.
--Graham
_______________________________________________
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