Is there a way for me to put my own, custom key into a Cocoa application's Info.plist and have the application query that key's setting?
I know that I can use the dictionaryWithContentsOfFile: method of an NSDictionary to read an arbitrary, dictionary-like property list, given its pathname. However, I'm wondering if there's a way to automatically get one or more settings in the current Cocoa application's Info.plist without knowing anything about its pathname. In other words, I want to query settings from "my" Info.plist. Is this possible? If so, could someone point me to some docs which describe how to do this? Thanks in advance. -- HippoMan <apple.hippo...@gmail.com> _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com