add file association for mac

This commit is contained in:
c.lamboo 2024-02-08 16:35:28 +01:00
parent 8b8d5191a5
commit 578057f16a

View File

@ -92,7 +92,7 @@ app = BUNDLE(
}], }],
'CFBundleDocumentTypes': [{ 'CFBundleDocumentTypes': [{
'CFBundleTypeRole': 'Viewer', 'CFBundleTypeRole': 'Viewer',
'CFBundleTypeExtensions': ['*'], 'CFBundleTypeExtensions': ['stl', 'obj', '3mf', 'gcode', 'ufp'],
'CFBundleTypeName': 'Model Files', 'CFBundleTypeName': 'Model Files',
}] }]
}, },