I can't figure out the code to get this to work. I want to retrieve the supported extensions array from info.plist.
Code:
[[[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDocumentTypes"] objectAtIndex:0] objectForInfoDictionaryKey:@"CFBundleTypeExtensions"];