Closes #548.
From Apple’s Bundle Programming Guide:
The NSBundle class provides the objectForInfoDictionaryKey: and
infoDictionary methods for retrieving information from the Info.plist
file. The objectForInfoDictionaryKey: method returns the localized
value for a key and is the preferred method to call. The infoDictionary
method returns an NSDictionary with all of the keys from the property
list; however, it does not return any localized values for these keys.
For more information, see the NSBundle Class Reference.