Mac OS X file association works, but file icon not changed
问题 I have developed a Mac application using Qt 5.3.2. This application handles files with specific extension (lets say .xyz ). I have created an icon file named XYZ.icns and added it to my app bundle Resource folder ( MyApp.app/Contents/Resources/XYZ.icns ). I have also modified the bundle's Info.plist file in order to set the file association. I have added this entry: <key>CFBundleDocumentTypes</key> <array> <!-- Registered file accociation --> <dict> <key>CFBundleTypeRole</key> <string>Editor<