cid#1606940 Check of thread-shared field evades lock acquisition
[LibreOffice.git] / extensions / source / macosx / spotlight / mdimporter / Info.plist
blob5a60493cb455243dc49b1bf4816455035db77b0c
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 <!--
4 * This file is part of the LibreOffice project.
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 * This file incorporates work covered by the following license notice:
12 * Licensed to the Apache Software Foundation (ASF) under one or more
13 * contributor license agreements. See the NOTICE file distributed
14 * with this work for additional information regarding copyright
15 * ownership. The ASF licenses this file to you under the Apache
16 * License, Version 2.0 (the "License"); you may not use this file
17 * except in compliance with the License. You may obtain a copy of
18 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 -->
20 <plist version="1.0">
21 <dict>
22 <key>CFBundleDevelopmentRegion</key>
23 <string>English</string>
24 <key>CFBundleDocumentTypes</key>
25 <array>
26 <dict>
27 <key>CFBundleTypeRole</key>
28 <string>MDImporter</string>
29 <key>LSItemContentTypes</key>
30 <array>
31 <string>org.openoffice.text</string>
32 <string>org.oasis-open.opendocument.text</string>
33 <string>org.openoffice.spreadsheet</string>
34 <string>org.oasis-open.opendocument.spreadsheet</string>
35 <string>org.openoffice.presentation</string>
36 <string>org.oasis-open.opendocument.presentation</string>
37 <string>org.openoffice.graphics</string>
38 <string>org.oasis-open.opendocument.graphics</string>
39 <string>org.openoffice.text-master</string>
40 <string>org.oasis-open.opendocument.text-master</string>
41 <string>org.openoffice.formula</string>
42 <string>org.oasis-open.opendocument.formula</string>
43 <string>org.openoffice.text-template</string>
44 <string>org.oasis-open.opendocument.text-template</string>
45 <string>org.openoffice.spreadsheet-template</string>
46 <string>org.oasis-open.opendocument.spreadsheet-template</string>
47 <string>org.openoffice.presentation-template</string>
48 <string>org.oasis-open.opendocument.presentation-template</string>
49 <string>org.openoffice.graphics-template</string>
50 <string>org.oasis-open.opendocument.graphics-template</string>
51 <string>org.oasis-open.opendocument.database</string>
52 </array>
53 </dict>
54 </array>
55 <key>CFBundleExecutable</key>
56 <string>OOoSpotlightImporter</string>
57 <key>CFBundleName</key>
58 <string>OOoSpotlightImporter</string>
59 <key>CFBundleIconFile</key>
60 <string></string>
61 <key>CFBundleIdentifier</key>
62 <string>org.libreoffice.mdimporter</string>
63 <key>CFBundleInfoDictionaryVersion</key>
64 <string>6.0</string>
65 <key>CFBundleVersion</key>
66 <string>1.0</string>
67 <key>CFPlugInDynamicRegisterFunction</key>
68 <string></string>
69 <key>CFPlugInDynamicRegistration</key>
70 <string>NO</string>
71 <key>CFPlugInFactories</key>
72 <dict>
73 <key>A3FCC88D-B9A6-4364-8B93-92123C8A2D18</key>
74 <string>MetadataImporterPluginFactory</string>
75 </dict>
76 <key>CFPlugInTypes</key>
77 <dict>
78 <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
79 <array>
80 <string>A3FCC88D-B9A6-4364-8B93-92123C8A2D18</string>
81 </array>
82 </dict>
83 <key>CFPlugInUnloadFunction</key>
84 <string></string>
86 </dict>
87 </plist>