|
Revision 2575, 1.3 kB
(checked in by timothy, 4 years ago)
|
Tweaks to the Tiger Metadata Importer (Spotlight).
|
| Line | |
|---|
| 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>cc.javelin.colloquy.colloquytranscript</string> |
|---|
| 15 |
</array> |
|---|
| 16 |
</dict> |
|---|
| 17 |
</array> |
|---|
| 18 |
<key>CFBundleName</key> |
|---|
| 19 |
<string>Colloquy Metadata Importer</string> |
|---|
| 20 |
<key>CFBundleExecutable</key> |
|---|
| 21 |
<string>Colloquy</string> |
|---|
| 22 |
<key>CFBundleIconFile</key> |
|---|
| 23 |
<string></string> |
|---|
| 24 |
<key>CFBundleIdentifier</key> |
|---|
| 25 |
<string>cc.javelin.colloquyImporter</string> |
|---|
| 26 |
<key>CFBundleInfoDictionaryVersion</key> |
|---|
| 27 |
<string>6.0</string> |
|---|
| 28 |
<key>CFBundleVersion</key> |
|---|
| 29 |
<string>1.0</string> |
|---|
| 30 |
<key>CFPlugInDynamicRegisterFunction</key> |
|---|
| 31 |
<string></string> |
|---|
| 32 |
<key>CFPlugInDynamicRegistration</key> |
|---|
| 33 |
<string>NO</string> |
|---|
| 34 |
<key>CFPlugInFactories</key> |
|---|
| 35 |
<dict> |
|---|
| 36 |
<key>04A856E0-880E-41BA-ABFA-35F147710AFC</key> |
|---|
| 37 |
<string>MetadataImporterPluginFactory</string> |
|---|
| 38 |
</dict> |
|---|
| 39 |
<key>CFPlugInTypes</key> |
|---|
| 40 |
<dict> |
|---|
| 41 |
<key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key> |
|---|
| 42 |
<array> |
|---|
| 43 |
<string>04A856E0-880E-41BA-ABFA-35F147710AFC</string> |
|---|
| 44 |
</array> |
|---|
| 45 |
</dict> |
|---|
| 46 |
<key>CFPlugInUnloadFunction</key> |
|---|
| 47 |
<string></string> |
|---|
| 48 |
</dict> |
|---|
| 49 |
</plist> |
|---|