mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 02:54:36 +00:00
Correct capitalization in the of the info.plist (it appears in the first menu of mac)
This commit is contained in:
parent
eb294e005b
commit
a6985e7b2d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user