]> git.lyx.org Git - lyx.git/blob - development/MacOSX/Info.plist.in
Whitespace only.
[lyx.git] / development / MacOSX / Info.plist.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>CFBundleExecutable</key>
6         <string>lyx</string>
7         <key>CFBundleDocumentTypes</key>
8         <array>
9                 <dict>
10                         <key>CFBundleTypeExtensions</key>
11                         <array>
12                                 <string>lyx</string>
13                         </array>
14                         <key>CFBundleTypeIconFile</key>
15                         <string>LyX.icns</string>
16                         <key>CFBundleTypeName</key>
17                         <string>LyX Document</string>
18                         <key>CFBundleTypeOSTypes</key>
19                         <array>
20                                 <string>LYX </string>
21                         </array>
22                         <key>CFBundleTypeRole</key>
23                         <string>Editor</string>
24                 </dict>
25         </array>
26         <key>CFBundleGetInfoString</key>
27         <string>LyX/Mac @VERSION@</string>
28         <key>CFBundleIconFile</key>
29         <string>LyXapp.icns</string>
30         <key>CFBundleIdentifier</key>
31         <string>org.lyx.lyx</string>
32         <key>CFBundleName</key>
33         <string>LyX</string>
34         <key>CFBundlePackageType</key>
35         <string>APPL</string>
36         <key>CFBundleShortVersionString</key>
37         <string>@VERSION@</string>
38         <key>CFBundleSignature</key>
39         <string>OLYX</string>
40 </dict>
41 </plist>