1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Fixed application icon not appearing for associated file types on OSX

This commit is contained in:
Joshua Gerrard 2015-10-28 15:03:08 +00:00 committed by Joshua Gerrard
parent 4b4d21682e
commit 5ec1058f23

View file

@ -643,6 +643,7 @@ private:
addPlistDictionaryKey (dict2, "CFBundleTypeName", ex);
addPlistDictionaryKey (dict2, "CFBundleTypeRole", "Editor");
addPlistDictionaryKey (dict2, "CFBundleTypeIconFile", "Icon");
addPlistDictionaryKey (dict2, "NSPersistentStoreTypeKey", "XML");
}