root/trunk/Importer/Info.plist

Revision 3041, 1.3 kB (checked in by timothy, 3 years ago)

First step in switching from cc.javelin.colloquy to info.colloquy. I have renamed the bundle identifiers and file UTIs. On launch Colloquy will check and move your old preferences file the first time.

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>info.colloquy.transcript</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>info.colloquy.metadata-importer</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.