lyx_mirror/development/MacOSX/Info.plist.in
Jean-Marc Lasgouttes 20f3fbd521 set version correctly for mac bundle
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27697 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-24 21:34:02 +00:00

42 lines
1.1 KiB
XML

<?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">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>lyx</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>lyx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>LyX.icns</string>
<key>CFBundleTypeName</key>
<string>LyX Document</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>LYX </string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleGetInfoString</key>
<string>LyX/Mac @VERSION@</string>
<key>CFBundleIconFile</key>
<string>LyXapp.icns</string>
<key>CFBundleIdentifier</key>
<string>org.lyx.lyx</string>
<key>CFBundleName</key>
<string>LyX</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
<key>CFBundleSignature</key>
<string>OLYX</string>
</dict>
</plist>