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: Kyle Sluder <email@hidden>
- Date: Sun, 27 Sep 2009 21:05:11 -0700
On Sun, Sep 27, 2009 at 8:47 PM, Kiel Gillard <email@hidden> wrote:
> Generally one does not put custom keys in the Info.plist. You might want to
> consider a separate plist resource for your target and use NSBundle's
> pathForResource:ofType: method to query the dictionary at the resulting
> path. For more information see:
Come again? Info.plist is a perfectly fine place to put this
information, and very many apps put custom information there. That's
where Sparkle expects its configuration information.
--Kyle Sluder
_______________________________________________
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