An [ApplicationName]-Info.plist file is created with every new iPhone SDK project. My question: is it conventional to add custom property keys to Info.plist and access them programmatically or should they be created in a separate plist?
Perhaps it doesn't much matter, but using the bundle descriptor plist for my custom attributes feels dirty.
[Note that I'm not asking about user-facing properties or settings, so I'm not referring to using a Settings bundle plist.]