1
0
mirror of synced 2024-11-12 02:00:52 +01:00

impr: Hopefully allow macOS to open any file type

#1070
This commit is contained in:
WerWolv 2023-05-14 09:58:05 +02:00
parent f40b5d9811
commit a5498995ff

View File

@ -10,9 +10,20 @@
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
<key>CFBundleIconFile</key>
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>NSDocument</string>
<key>CFBundleTypeName</key>
<string>All Files</string>
</dict>
</array>
<key>CFBundleIdentifier</key>
<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>