Browse Source

Fixed application icon not appearing for associated file types on OSX

tags/2021-05-28
Joshua Gerrard Joshua Gerrard 9 years ago
parent
commit
5ec1058f23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h

+ 1
- 0
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h View File

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


Loading…
Cancel
Save