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