From d1c84df227b7bb4e1e8d181ac7fe2e718a17eb0f Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Fri, 24 Jan 2020 16:27:22 +0100 Subject: [PATCH] missing plist in install/macx --- .gitignore | 1 - install/macx/Info.plist | 81 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 install/macx/Info.plist diff --git a/.gitignore b/.gitignore index 0517b5f57..a5d43808b 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ src/install/snap20????/*.snap .DS_Store *.lproj -*.plist *.icns *.a *.dmg diff --git a/install/macx/Info.plist b/install/macx/Info.plist new file mode 100644 index 000000000..82adf41fe --- /dev/null +++ b/install/macx/Info.plist @@ -0,0 +1,81 @@ + + + + + NSPrincipalClass + NSApplication + NSHighResolutionCapable + True + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + obj + + CFBundleTypeIconFile + meshlab_obj.icns + CFBundleTypeName + OBJ 3D file + CFBundleTypeOSTypes + + OBJ + + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + Yes + + + CFBundleTypeExtensions + + stl + + CFBundleTypeIconFile + meshlab_obj.icns + CFBundleTypeName + STL 3D file + CFBundleTypeOSTypes + + STL + + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + Yes + + + CFBundleTypeExtensions + + ply + + CFBundleTypeIconFile + meshlab_obj.icns + CFBundleTypeName + PLY 3D file + CFBundleTypeOSTypes + + PLY + + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + Yes + + + CFBundleExecutable + MeshLab + CFBundleGetInfoString + MeshLab VCG-ISTI-CNR + CFBundleIconFile + meshlab.icns + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleIdentifier + com.vcg.MeshLab + NOTE + Please, do NOT change this file -- It was generated by Qt/QMake. + + \ No newline at end of file