]> git.lyx.org Git - lyx.git/blob - development/MacOSX/Info.plist.in
Customization: correct some color names.
[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>@osx_bundle_program_name@</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         <key>NSAppleScriptEnabled</key>
41         <string>YES</string>
42         <key>OSAScriptingDefinition</key>
43         <string>LyX.sdef</string>
44         <key>NSHighResolutionCapable</key>
45         <true/>
46         <key>NSPrincipalClass</key>
47         <string>NSApplication</string>
48 </dict>
49 </plist>