From a5498995ff3fca6bb76cef58690955c41628efa6 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 14 May 2023 09:58:05 +0200 Subject: [PATCH] impr: Hopefully allow macOS to open any file type #1070 --- resources/dist/macos/Info.plist.in | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/resources/dist/macos/Info.plist.in b/resources/dist/macos/Info.plist.in index f2c063f48..902c30172 100644 --- a/resources/dist/macos/Info.plist.in +++ b/resources/dist/macos/Info.plist.in @@ -10,9 +10,20 @@ ${MACOSX_BUNDLE_INFO_STRING} CFBundleIconFile ${MACOSX_BUNDLE_ICON_FILE} - CFBundleTypeExtensions - - * + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + * + + CFBundleTypeRole + Editor + NSDocumentClass + NSDocument + CFBundleTypeName + All Files + CFBundleIdentifier ${MACOSX_BUNDLE_GUI_IDENTIFIER}