From 8ee80a5e346d5b952f3abacc21878da14c13c9f5 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Thu, 13 Dec 2012 20:37:46 +0700 Subject: [PATCH] Make app an owner of file formats. Since Cura works with file formats designed for exporting it makes sense to be an Owner of such files, since Cura prints them. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bde7477..1cf2265 100644 --- a/setup.py +++ b/setup.py @@ -18,19 +18,19 @@ if sys.platform.startswith('darwin'): { u'CFBundleTypeRole': u'Viewer', u'LSItemContentTypes': [u'com.pleasantsoftware.uti.stl'], - u'LSHandlerRank': u'Alternate', + u'LSHandlerRank': u'Owner', }, { u'CFBundleTypeRole': u'Viewer', u'LSItemContentTypes': [u'org.khronos.collada.digital-asset-exchange'], - u'LSHandlerRank': u'Alternate' + u'LSHandlerRank': u'Owner' }, { u'CFBundleTypeName': u'Wavefront 3D Object', u'CFBundleTypeExtensions': [u'obj'], u'CFBundleTypeMIMETypes': [u'application/obj-3d'], u'CFBundleTypeRole': u'Viewer', - u'LSHandlerRank': u'Alternate' + u'LSHandlerRank': u'Owner' } ], u'UTImportedTypeDeclarations': [