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

Revision 2606, 5.4 kB (checked in by timothy, 4 years ago)

Start of 2D12. (Yes the build number will change for every nightly.)

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>LSItemContentTypes</key>
26                         <array>
27                                 <string>cc.javelin.colloquy.colloquystyle</string>
28                         </array>
29                         <key>LSTypeIsPackage</key>
30                         <true/>
31                 </dict>
32                 <dict>
33                         <key>CFBundleTypeExtensions</key>
34                         <array>
35                                 <string>colloquyEmoticons</string>
36                                 <string>colloquyemoticons</string>
37                         </array>
38                         <key>CFBundleTypeIconFile</key>
39                         <string>Generic.icns</string>
40                         <key>CFBundleTypeName</key>
41                         <string>Chat Emoticons</string>
42                         <key>CFBundleTypeOSTypes</key>
43                         <array>
44                                 <string>coEm</string>
45                         </array>
46                         <key>CFBundleTypeRole</key>
47                         <string>None</string>
48                         <key>LSItemContentTypes</key>
49                         <array>
50                                 <string>cc.javelin.colloquy.colloquyemoticons</string>
51                         </array>
52                         <key>LSTypeIsPackage</key>
53                         <true/>
54                 </dict>
55                 <dict>
56                         <key>CFBundleTypeExtensions</key>
57                         <array>
58                                 <string>colloquyTranscript</string>
59                                 <string>colloquytranscript</string>
60                         </array>
61                         <key>CFBundleTypeIconFile</key>
62                         <string>Generic.icns</string>
63                         <key>CFBundleTypeMIMETypes</key>
64                         <array>
65                                 <string>application/xml</string>
66                         </array>
67                         <key>CFBundleTypeName</key>
68                         <string>Chat Transcript</string>
69                         <key>CFBundleTypeOSTypes</key>
70                         <array>
71                                 <string>coTr</string>
72                         </array>
73                         <key>CFBundleTypeRole</key>
74                         <string>Viewer</string>
75                         <key>LSItemContentTypes</key>
76                         <array>
77                                 <string>cc.javelin.colloquy.colloquytranscript</string>
78                         </array>
79                 </dict>
80         </array>
81         <key>CFBundleExecutable</key>
82         <string>Colloquy</string>
83         <key>CFBundleGetInfoString</key>
84         <string>Colloquy 2.0; Copyright © 2003-2005, Timothy Hatcher</string>
85         <key>CFBundleIconFile</key>
86         <string>Colloquy</string>
87         <key>CFBundleIdentifier</key>
88         <string>cc.javelin.colloquy</string>
89         <key>CFBundleInfoDictionaryVersion</key>
90         <string>6.0</string>
91         <key>CFBundleName</key>
92         <string>Colloquy</string>
93         <key>CFBundlePackageType</key>
94         <string>APPL</string>
95         <key>CFBundleShortVersionString</key>
96         <string>2.0</string>
97         <key>CFBundleSignature</key>
98         <string>coRC</string>
99         <key>CFBundleURLTypes</key>
100         <array>
101                 <dict>
102                         <key>CFBundleURLName</key>
103                         <string>Internet Relay Chat Server</string>
104                         <key>CFBundleURLSchemes</key>
105                         <array>
106                                 <string>irc</string>
107                         </array>
108                 </dict>
109                 <dict>
110                         <key>CFBundleURLName</key>
111                         <string>Secure Internet Live Conferencing Server</string>
112                         <key>CFBundleURLSchemes</key>
113                         <array>
114                                 <string>silc</string>
115                         </array>
116                 </dict>
117         </array>
118         <key>CFBundleVersion</key>
119         <string>2D12 source</string>
120         <key>MVChatCoreCTCPVersionReplyInfo</key>
121         <string>http://colloquy.info</string>
122         <key>NSAppleScriptEnabled</key>
123         <true/>
124         <key>NSHumanReadableCopyright</key>
125         <string>Copyright © 2003-2005, Timothy Hatcher</string>
126         <key>NSMainNibFile</key>
127         <string>Colloquy</string>
128         <key>NSPrincipalClass</key>
129         <string>NSApplication</string>
130         <key>UTExportedTypeDeclarations</key>
131         <array>
132                 <dict>
133                         <key>UTTypeConformsTo</key>
134                         <array>
135                                 <string>com.apple.package</string>
136                         </array>
137                         <key>UTTypeDescription</key>
138                         <string>Chat Style</string>
139                         <key>UTTypeIconFile</key>
140                         <string>Generic.icns</string>
141                         <key>UTTypeIdentifier</key>
142                         <string>cc.javelin.colloquy.colloquystyle</string>
143                         <key>UTTypeReferenceURL</key>
144                         <string>http://www.colloquy.info/</string>
145                         <key>UTTypeTagSpecification</key>
146                         <dict>
147                                 <key>com.apple.ostype</key>
148                                 <string>coSt</string>
149                                 <key>public.filename-extension</key>
150                                 <array>
151                                         <string>colloquyStyle</string>
152                                         <string>colloquystyle</string>
153                                 </array>
154                         </dict>
155                 </dict>
156                 <dict>
157                         <key>UTTypeConformsTo</key>
158                         <array>
159                                 <string>com.apple.package</string>
160                         </array>
161                         <key>UTTypeDescription</key>
162                         <string>Chat Emoticons</string>
163                         <key>UTTypeIconFile</key>
164                         <string>Generic.icns</string>
165                         <key>UTTypeIdentifier</key>
166                         <string>cc.javelin.colloquy.colloquyemoticons</string>
167                         <key>UTTypeReferenceURL</key>
168                         <string>http://www.colloquy.info/</string>
169                         <key>UTTypeTagSpecification</key>
170                         <dict>
171                                 <key>com.apple.ostype</key>
172                                 <string>coEm</string>
173                                 <key>public.filename-extension</key>
174                                 <array>
175                                         <string>colloquyEmoticons</string>
176                                         <string>colloquyemoticons</string>
177                                 </array>
178                         </dict>
179                 </dict>
180                 <dict>
181                         <key>UTTypeConformsTo</key>
182                         <array>
183                                 <string>public.xml</string>
184                         </array>
185                         <key>UTTypeDescription</key>
186                         <string>Chat Transcript</string>
187                         <key>UTTypeIconFile</key>
188                         <string>Generic.icns</string>
189                         <key>UTTypeIdentifier</key>
190                         <string>cc.javelin.colloquy.colloquytranscript</string>
191                         <key>UTTypeReferenceURL</key>
192                         <string>http://www.colloquy.info/</string>
193                         <key>UTTypeTagSpecification</key>
194                         <dict>
195                                 <key>com.apple.ostype</key>
196                                 <string>coTr</string>
197                                 <key>public.filename-extension</key>
198                                 <array>
199                                         <string>colloquyTranscript</string>
200                                         <string>colloquytranscript</string>
201                                 </array>
202                         </dict>
203                 </dict>
204         </array>
205 </dict>
206 </plist>
Note: See TracBrowser for help on using the browser.