root/tags/2C10/Resources/Info.plist

Revision 1878, 3.0 kB (checked in by timothy, 4 years ago)

Added silc:// URL support to the application bundle info.

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>CFBundleTypeExtensions</key>
11                         <array>
12                                 <string>colloquyStyle</string>
13                                 <string>colloquystyle</string>
14                         </array>
15                         <key>CFBundleTypeIconFile</key>
16                         <string>Generic.icns</string>
17                         <key>CFBundleTypeName</key>
18                         <string>Chat style</string>
19                         <key>CFBundleTypeOSTypes</key>
20                         <array>
21                                 <string>coSt</string>
22                         </array>
23                         <key>CFBundleTypeRole</key>
24                         <string>None</string>
25                         <key>LSTypeIsPackage</key>
26                         <true/>
27                 </dict>
28                 <dict>
29                         <key>CFBundleTypeExtensions</key>
30                         <array>
31                                 <string>colloquyEmoticons</string>
32                                 <string>colloquyemoticons</string>
33                         </array>
34                         <key>CFBundleTypeIconFile</key>
35                         <string>Generic.icns</string>
36                         <key>CFBundleTypeName</key>
37                         <string>Chat emoticons</string>
38                         <key>CFBundleTypeOSTypes</key>
39                         <array>
40                                 <string>coEm</string>
41                         </array>
42                         <key>CFBundleTypeRole</key>
43                         <string>None</string>
44                         <key>LSTypeIsPackage</key>
45                         <true/>
46                 </dict>
47                 <dict>
48                         <key>CFBundleTypeExtensions</key>
49                         <array>
50                                 <string>colloquyTranscript</string>
51                                 <string>colloquytranscript</string>
52                         </array>
53                         <key>CFBundleTypeIconFile</key>
54                         <string>Generic.icns</string>
55                         <key>CFBundleTypeMIMETypes</key>
56                         <array>
57                                 <string>application/xml</string>
58                         </array>
59                         <key>CFBundleTypeName</key>
60                         <string>Chat transcript</string>
61                         <key>CFBundleTypeOSTypes</key>
62                         <array>
63                                 <string>coTr</string>
64                         </array>
65                         <key>CFBundleTypeRole</key>
66                         <string>Viewer</string>
67                 </dict>
68         </array>
69         <key>CFBundleExecutable</key>
70         <string>Colloquy</string>
71         <key>CFBundleGetInfoString</key>
72         <string>Colloquy 2.0; Copyright © 2003-2004, Timothy Hatcher</string>
73         <key>CFBundleIconFile</key>
74         <string>Colloquy</string>
75         <key>CFBundleIdentifier</key>
76         <string>cc.javelin.colloquy</string>
77         <key>CFBundleInfoDictionaryVersion</key>
78         <string>6.0</string>
79         <key>CFBundleName</key>
80         <string>Colloquy</string>
81         <key>CFBundlePackageType</key>
82         <string>APPL</string>
83         <key>CFBundleShortVersionString</key>
84         <string>2.0</string>
85         <key>CFBundleSignature</key>
86         <string>coRC</string>
87         <key>CFBundleURLTypes</key>
88         <array>
89                 <dict>
90                         <key>CFBundleURLName</key>
91                         <string>Internet Relay Chat Server</string>
92                         <key>CFBundleURLSchemes</key>
93                         <array>
94                                 <string>irc</string>
95                         </array>
96                 </dict>
97                 <dict>
98                         <key>CFBundleURLName</key>
99                         <string>Secure Internet Live Conferencing Server</string>
100                         <key>CFBundleURLSchemes</key>
101                         <array>
102                                 <string>silc</string>
103                         </array>
104                 </dict>
105         </array>
106         <key>CFBundleVersion</key>
107         <string>2C10</string>
108         <key>MVChatCoreCTCPVersionReplyInfo</key>
109         <string>http://colloquy.info</string>
110         <key>NSAppleScriptEnabled</key>
111         <true/>
112         <key>NSMainNibFile</key>
113         <string>Colloquy</string>
114         <key>NSPrincipalClass</key>
115         <string>NSApplication</string>
116 </dict>
117 </plist>
Note: See TracBrowser for help on using the browser.