From 5ec1058f23d51a320de4bbf126682555ea375f12 Mon Sep 17 00:00:00 2001 From: Joshua Gerrard Date: Wed, 28 Oct 2015 15:03:08 +0000 Subject: [PATCH] Fixed application icon not appearing for associated file types on OSX --- .../Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h index 20730d846f..955680c601 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h @@ -643,6 +643,7 @@ private: addPlistDictionaryKey (dict2, "CFBundleTypeName", ex); addPlistDictionaryKey (dict2, "CFBundleTypeRole", "Editor"); + addPlistDictionaryKey (dict2, "CFBundleTypeIconFile", "Icon"); addPlistDictionaryKey (dict2, "NSPersistentStoreTypeKey", "XML"); }