update copyright Info.plist

This commit is contained in:
alemuntoni 2020-04-09 15:09:33 +02:00
parent ca159fec3b
commit e540aa44bd
2 changed files with 1 additions and 84 deletions

View File

@ -78,9 +78,7 @@
<key>NOTE</key>
<string>This file was generated for MeshLab.</string>
<key>NSHumanReadableCopyright</key>
<string>Created by Paolo Cignoni - VCG-ISTI-CNR
Copyright © 2005-2020. All rights reserved.
</string>
<string>Copyright VCG-ISTI-CNR © 2005-2020. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>

View File

@ -1,81 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>obj</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>meshlab_obj.icns</string>
<key>CFBundleTypeName</key>
<string>OBJ 3D file</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>OBJ </string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<string>Yes</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>stl</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>meshlab_obj.icns</string>
<key>CFBundleTypeName</key>
<string>STL 3D file</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>STL </string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<string>Yes</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ply</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>meshlab_obj.icns</string>
<key>CFBundleTypeName</key>
<string>PLY 3D file</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>PLY</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<string>Yes</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>MeshLab</string>
<key>CFBundleGetInfoString</key>
<string>MeshLab VCG-ISTI-CNR</string>
<key>CFBundleIconFile</key>
<string>meshlab.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleIdentifier</key>
<string>com.vcg.MeshLab</string>
<key>NOTE</key>
<string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
</dict>
</plist>