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 * 5 * Licensed to the Apache Software Foundation (ASF) under one 6 * or more contributor license agreements. See the NOTICE file 7 * distributed with this work for additional information 8 * regarding copyright ownership. The ASF licenses this file 9 * to you under the Apache License, Version 2.0 (the 10 * "License"); you may not use this file except in compliance 11 * with the License. You may obtain a copy of the License at 12 * 13 * http://www.apache.org/licenses/LICENSE-2.0 14 * 15 * Unless required by applicable law or agreed to in writing, 16 * software distributed under the License is distributed on an 17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18 * KIND, either express or implied. See the License for the 19 * specific language governing permissions and limitations 20 * under the License. 21 * 22 ***********************************************************--> 23<plist version="1.0"> 24<dict> 25 <key>CFBundleDevelopmentRegion</key> 26 <string>English</string> 27 <key>CFBundleDocumentTypes</key> 28 <array> 29 <dict> 30 <key>CFBundleTypeRole</key> 31 <string>MDImporter</string> 32 <key>LSItemContentTypes</key> 33 <array> 34 <string>org.openoffice.text</string> 35 <string>org.oasis-open.opendocument.text</string> 36 <string>org.openoffice.spreadsheet</string> 37 <string>org.oasis-open.opendocument.spreadsheet</string> 38 <string>org.openoffice.presentation</string> 39 <string>org.oasis-open.opendocument.presentation</string> 40 <string>org.openoffice.graphics</string> 41 <string>org.oasis-open.opendocument.graphics</string> 42 <string>org.openoffice.text-master</string> 43 <string>org.oasis-open.opendocument.text-master</string> 44 <string>org.openoffice.formula</string> 45 <string>org.oasis-open.opendocument.formula</string> 46 <string>org.openoffice.text-template</string> 47 <string>org.oasis-open.opendocument.text-template</string> 48 <string>org.openoffice.spreadsheet-template</string> 49 <string>org.oasis-open.opendocument.spreadsheet-template</string> 50 <string>org.openoffice.presentation-template</string> 51 <string>org.oasis-open.opendocument.presentation-template</string> 52 <string>org.openoffice.graphics-template</string> 53 <string>org.oasis-open.opendocument.graphics-template</string> 54 <string>org.oasis-open.opendocument.database</string> 55 </array> 56 </dict> 57 </array> 58 <key>CFBundleExecutable</key> 59 <string>OOoSpotlightImporter</string> 60 <key>CFBundleName</key> 61 <string>OOoSpotlightImporter</string> 62 <key>CFBundleIconFile</key> 63 <string></string> 64 <key>CFBundleIdentifier</key> 65 <string>org.openoffice.mdimporter</string> 66 <key>CFBundleInfoDictionaryVersion</key> 67 <string>6.0</string> 68 <key>CFBundleVersion</key> 69 <string>1.0</string> 70 <key>CFPlugInDynamicRegisterFunction</key> 71 <string></string> 72 <key>CFPlugInDynamicRegistration</key> 73 <string>NO</string> 74 <key>CFPlugInFactories</key> 75 <dict> 76 <key>A3FCC88D-B9A6-4364-8B93-92123C8A2D18</key> 77 <string>MetadataImporterPluginFactory</string> 78 </dict> 79 <key>CFPlugInTypes</key> 80 <dict> 81 <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key> 82 <array> 83 <string>A3FCC88D-B9A6-4364-8B93-92123C8A2D18</string> 84 </array> 85 </dict> 86 <key>CFPlugInUnloadFunction</key> 87 <string></string> 88 89</dict> 90</plist> 91