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

</dict>
</plist>