mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
20f3fbd521
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27697 a592a061-630c-0410-9148-cb99ea01b6c8
42 lines
1.1 KiB
XML
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>
|