]> git.lyx.org Git - features.git/blob - development/MacOSX/LyX.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/Info.plist
add the LyX/Mac skeleton to the repository
[features.git] / development / MacOSX / LyX.app / Contents / Library / Spotlight / LyX-Metadata.mdimporter / Contents / Info.plist
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>CFBundleDevelopmentRegion</key>
6         <string>English</string>
7         <key>CFBundleDocumentTypes</key>
8         <array>
9                 <dict>
10                         <key>CFBundleTypeRole</key>
11                         <string>MDImporter</string>
12                         <key>LSItemContentTypes</key>
13                         <array>
14                                 <string>org.lyx.lyx</string>
15                         </array>
16                 </dict>
17         </array>
18         <key>CFBundleExecutable</key>
19         <string>LyX-Metadata</string>
20         <key>CFBundleIdentifier</key>
21         <string>com.apple.yourcfbundle</string>
22         <key>CFBundleInfoDictionaryVersion</key>
23         <string>6.0</string>
24         <key>CFBundleVersion</key>
25         <string>1.0</string>
26         <key>CFPlugInDynamicRegisterFunction</key>
27         <string></string>
28         <key>CFPlugInDynamicRegistration</key>
29         <string>NO</string>
30         <key>CFPlugInFactories</key>
31         <dict>
32                 <key>C99B643C-A50B-409E-B499-BCB9FB8C170F</key>
33                 <string>MetadataImporterPluginFactory</string>
34         </dict>
35         <key>CFPlugInTypes</key>
36         <dict>
37                 <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
38                 <array>
39                         <string>C99B643C-A50B-409E-B499-BCB9FB8C170F</string>
40                 </array>
41         </dict>
42         <key>CFPlugInUnloadFunction</key>
43         <string></string>
44         <key>UTExportedTypeDeclarations</key>
45         <array>
46                 <dict>
47                         <key>UTTypeConformsTo</key>
48                         <array>
49                                 <string>public.plain-text</string>
50                         </array>
51                         <key>UTTypeDescription</key>
52                         <string>LyX Document</string>
53                         <key>UTTypeIdentifier</key>
54                         <string>org.lyx.lyx</string>
55                         <key>UTTypeReferenceURL</key>
56                         <string>http://www.lyx.org</string>
57                         <key>UTTypeTagSpecification</key>
58                         <dict>
59                                 <key>com.apple.ostype</key>
60                                 <string>OLYX</string>
61                                 <key>public.filename-extension</key>
62                                 <array>
63                                         <string>lyx</string>
64                                 </array>
65                         </dict>
66                 </dict>
67         </array>
68 </dict>
69 </plist>