From: Ilya Kulakov Date: Thu, 13 Dec 2012 13:37:46 +0000 (+0700) Subject: Make app an owner of file formats. X-Git-Tag: 13.03~152^2^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8ee80a5e346d5b952f3abacc21878da14c13c9f5;p=cura.git 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. --- diff --git a/setup.py b/setup.py index bde74778..1cf22659 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': [