Correct capitalization in the of the info.plist (it appears in the first menu of mac)

This commit is contained in:
Paolo Cignoni cignoni 2010-12-06 13:26:19 +00:00
parent eb294e005b
commit a6985e7b2d

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDocumentTypes</key>
@ -51,7 +51,7 @@
<string>PLY 3D file</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>PLY </string>
<string>PLY</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
@ -59,8 +59,8 @@
<string>Yes</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>meshlab</string>
<key>CFBundleExecutable</key>
<string>MeshLab</string>
<key>CFBundleGetInfoString</key>
<string>MeshLab VCG-ISTI-CNR</string>
<key>CFBundleIconFile</key>