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:
parent
4b4d21682e
commit
5ec1058f23
1 changed files with 1 additions and 0 deletions
|
|
@ -643,6 +643,7 @@ private:
|
|||
|
||||
addPlistDictionaryKey (dict2, "CFBundleTypeName", ex);
|
||||
addPlistDictionaryKey (dict2, "CFBundleTypeRole", "Editor");
|
||||
addPlistDictionaryKey (dict2, "CFBundleTypeIconFile", "Icon");
|
||||
addPlistDictionaryKey (dict2, "NSPersistentStoreTypeKey", "XML");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue