Is there simple way to parse the binary plist file into the NSDictionary representation? I am searching something like that:
NSString* strings = [NSString st
Are you looking for [NSDictionary dictionaryWithContentsOfFile:]?
[NSDictionary dictionaryWithContentsOfFile:]