Returns the value associated with the specified key in the receiver's information property list.
Original signature is '- (id)objectForInfoDictionaryKey:(NSString *)key'
Available in Mac OS X v10.2 and later.


- key (NSString)
- A key in the receiver's property list.

The value associated with key in the receiver's property list (Info.plist). The localized value of a key is returned when one is available.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)