lyx_mirror/development/MacOSX/LyX.app/Contents/Info.plist
Jean-Marc Lasgouttes 364d096eee small tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13276 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-24 15:05:50 +00:00

42 lines
1.1 KiB
Plaintext

<?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-1.4.0</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>1.4.0</string>
<key>CFBundleSignature</key>
<string>OLYX</string>
</dict>
</plist>