Is Info.plist fully supported in document packages/bundles? Documentation make it seems like it is but I couldn't find specific mentions on this topic. I want to use CFBundleDisplayName to show a localized name of a document to the user, but for some reason it doesn't affect the visible name of the package in Finder.
NSBundle correclty loads and reads Info.plist keys, but Finder ignores CFBundleDisplayName key (although properly shows some others such as CFBundleShortVersionString).