root/tags/2D16/Importer/Info.plist

Revision 2672, 1.3 kB (checked in by timothy, 4 years ago)
  • Uses the new "no such user" error. Will add an event message when messaging an offline user saying they are offline. Shows a alert dialog when a chat panel for that user isn't front most, for failed WHOISs.
  • Fixes Standard Commands in 2D14 not working on a G3. (Turns off Altivec compile flags for that target, forgot it when I did the others.)
  • Changed the MD Importer UUID to make it work again on my system. It was the only option.
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>BEB8A52D-7759-4331-9C3D-088295CF7E97</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>BEB8A52D-7759-4331-9C3D-088295CF7E97</string>
44                 </array>
45         </dict>
46         <key>CFPlugInUnloadFunction</key>
47         <string></string>
48 </dict>
49 </plist>
Note: See TracBrowser for help on using the browser.