|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE plist PUBLIC "-//Apple//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>css</string> |
|
13 </array> |
|
14 <key>CFBundleTypeIconFile</key> |
|
15 <string>document.icns</string> |
|
16 <key>CFBundleTypeMIMETypes</key> |
|
17 <array> |
|
18 <string>text/css</string> |
|
19 </array> |
|
20 <key>CFBundleTypeName</key> |
|
21 <string>CSS style sheet</string> |
|
22 <key>CFBundleTypeRole</key> |
|
23 <string>Viewer</string> |
|
24 <key>NSDocumentClass</key> |
|
25 <string>BrowserDocument</string> |
|
26 </dict> |
|
27 <dict> |
|
28 <key>CFBundleTypeExtensions</key> |
|
29 <array> |
|
30 <string>pdf</string> |
|
31 </array> |
|
32 <key>CFBundleTypeIconFile</key> |
|
33 <string>document.icns</string> |
|
34 <key>CFBundleTypeMIMETypes</key> |
|
35 <array> |
|
36 <string>application/pdf</string> |
|
37 </array> |
|
38 <key>CFBundleTypeName</key> |
|
39 <string>PDF document</string> |
|
40 <key>CFBundleTypeRole</key> |
|
41 <string>Viewer</string> |
|
42 <key>NSDocumentClass</key> |
|
43 <string>BrowserDocument</string> |
|
44 </dict> |
|
45 <dict> |
|
46 <key>CFBundleTypeExtensions</key> |
|
47 <array> |
|
48 <string>webarchive</string> |
|
49 </array> |
|
50 <key>CFBundleTypeIconFile</key> |
|
51 <string>webarchive.icns</string> |
|
52 <key>CFBundleTypeMIMETypes</key> |
|
53 <array> |
|
54 <string>application/x-webarchive</string> |
|
55 </array> |
|
56 <key>CFBundleTypeName</key> |
|
57 <string>Web archive</string> |
|
58 <key>CFBundleTypeRole</key> |
|
59 <string>Viewer</string> |
|
60 <key>NSDocumentClass</key> |
|
61 <string>BrowserDocument</string> |
|
62 </dict> |
|
63 <dict> |
|
64 <key>CFBundleTypeExtensions</key> |
|
65 <array> |
|
66 <string>syndarticle</string> |
|
67 </array> |
|
68 <key>CFBundleTypeIconFile</key> |
|
69 <string>document.icns</string> |
|
70 <key>CFBundleTypeName</key> |
|
71 <string>RSS article</string> |
|
72 <key>CFBundleTypeRole</key> |
|
73 <string>Viewer</string> |
|
74 <key>NSDocumentClass</key> |
|
75 <string>BrowserDocument</string> |
|
76 </dict> |
|
77 <dict> |
|
78 <key>CFBundleTypeExtensions</key> |
|
79 <array> |
|
80 <string>webbookmark</string> |
|
81 </array> |
|
82 <key>CFBundleTypeIconFile</key> |
|
83 <string>document.icns</string> |
|
84 <key>CFBundleTypeName</key> |
|
85 <string>Safari bookmark</string> |
|
86 <key>CFBundleTypeRole</key> |
|
87 <string>Viewer</string> |
|
88 <key>NSDocumentClass</key> |
|
89 <string>BrowserDocument</string> |
|
90 </dict> |
|
91 <dict> |
|
92 <key>CFBundleTypeExtensions</key> |
|
93 <array> |
|
94 <string>webloc</string> |
|
95 </array> |
|
96 <key>CFBundleTypeIconFile</key> |
|
97 <string>document.icns</string> |
|
98 <key>CFBundleTypeName</key> |
|
99 <string>Web internet location</string> |
|
100 <key>CFBundleTypeOSTypes</key> |
|
101 <array> |
|
102 <string>ilht</string> |
|
103 </array> |
|
104 <key>CFBundleTypeRole</key> |
|
105 <string>Viewer</string> |
|
106 <key>NSDocumentClass</key> |
|
107 <string>BrowserDocument</string> |
|
108 </dict> |
|
109 <dict> |
|
110 <key>CFBundleTypeExtensions</key> |
|
111 <array> |
|
112 <string>download</string> |
|
113 </array> |
|
114 <key>CFBundleTypeIconFile</key> |
|
115 <string>download10.icns</string> |
|
116 <key>CFBundleTypeName</key> |
|
117 <string>Safari download</string> |
|
118 <key>CFBundleTypeRole</key> |
|
119 <string>Editor</string> |
|
120 <key>LSTypeIsPackage</key> |
|
121 <true/> |
|
122 <key>NSDocumentClass</key> |
|
123 <string>BrowserDocument</string> |
|
124 </dict> |
|
125 <dict> |
|
126 <key>CFBundleTypeExtensions</key> |
|
127 <array> |
|
128 <string>gif</string> |
|
129 </array> |
|
130 <key>CFBundleTypeIconFile</key> |
|
131 <string>document.icns</string> |
|
132 <key>CFBundleTypeMIMETypes</key> |
|
133 <array> |
|
134 <string>image/gif</string> |
|
135 </array> |
|
136 <key>CFBundleTypeName</key> |
|
137 <string>GIF image</string> |
|
138 <key>CFBundleTypeOSTypes</key> |
|
139 <array> |
|
140 <string>GIFf</string> |
|
141 </array> |
|
142 <key>CFBundleTypeRole</key> |
|
143 <string>Viewer</string> |
|
144 <key>NSDocumentClass</key> |
|
145 <string>BrowserDocument</string> |
|
146 </dict> |
|
147 <dict> |
|
148 <key>CFBundleTypeExtensions</key> |
|
149 <array> |
|
150 <string>html</string> |
|
151 <string>htm</string> |
|
152 <string>shtml</string> |
|
153 <string>jhtml</string> |
|
154 </array> |
|
155 <key>CFBundleTypeIconFile</key> |
|
156 <string>document.icns</string> |
|
157 <key>CFBundleTypeMIMETypes</key> |
|
158 <array> |
|
159 <string>text/html</string> |
|
160 </array> |
|
161 <key>CFBundleTypeName</key> |
|
162 <string>HTML document</string> |
|
163 <key>CFBundleTypeOSTypes</key> |
|
164 <array> |
|
165 <string>HTML</string> |
|
166 </array> |
|
167 <key>CFBundleTypeRole</key> |
|
168 <string>Viewer</string> |
|
169 <key>NSDocumentClass</key> |
|
170 <string>BrowserDocument</string> |
|
171 </dict> |
|
172 <dict> |
|
173 <key>CFBundleTypeExtensions</key> |
|
174 <array> |
|
175 <string>js</string> |
|
176 </array> |
|
177 <key>CFBundleTypeIconFile</key> |
|
178 <string>document.icns</string> |
|
179 <key>CFBundleTypeMIMETypes</key> |
|
180 <array> |
|
181 <string>application/x-javascript</string> |
|
182 </array> |
|
183 <key>CFBundleTypeName</key> |
|
184 <string>JavaScript script</string> |
|
185 <key>CFBundleTypeRole</key> |
|
186 <string>Viewer</string> |
|
187 <key>NSDocumentClass</key> |
|
188 <string>BrowserDocument</string> |
|
189 </dict> |
|
190 <dict> |
|
191 <key>CFBundleTypeExtensions</key> |
|
192 <array> |
|
193 <string>jpg</string> |
|
194 <string>jpeg</string> |
|
195 </array> |
|
196 <key>CFBundleTypeIconFile</key> |
|
197 <string>document.icns</string> |
|
198 <key>CFBundleTypeMIMETypes</key> |
|
199 <array> |
|
200 <string>image/jpeg</string> |
|
201 </array> |
|
202 <key>CFBundleTypeName</key> |
|
203 <string>JPEG image</string> |
|
204 <key>CFBundleTypeOSTypes</key> |
|
205 <array> |
|
206 <string>JPEG</string> |
|
207 </array> |
|
208 <key>CFBundleTypeRole</key> |
|
209 <string>Viewer</string> |
|
210 <key>NSDocumentClass</key> |
|
211 <string>BrowserDocument</string> |
|
212 </dict> |
|
213 <dict> |
|
214 <key>CFBundleTypeExtensions</key> |
|
215 <array> |
|
216 <string>jp2</string> |
|
217 </array> |
|
218 <key>CFBundleTypeIconFile</key> |
|
219 <string>document.icns</string> |
|
220 <key>CFBundleTypeMIMETypes</key> |
|
221 <array> |
|
222 <string>image/jp2</string> |
|
223 </array> |
|
224 <key>CFBundleTypeName</key> |
|
225 <string>JPEG 2000 image</string> |
|
226 <key>CFBundleTypeOSTypes</key> |
|
227 <array> |
|
228 <string>jp2 </string> |
|
229 </array> |
|
230 <key>CFBundleTypeRole</key> |
|
231 <string>Viewer</string> |
|
232 <key>NSDocumentClass</key> |
|
233 <string>BrowserDocument</string> |
|
234 </dict> |
|
235 <dict> |
|
236 <key>CFBundleTypeExtensions</key> |
|
237 <array> |
|
238 <string>txt</string> |
|
239 <string>text</string> |
|
240 </array> |
|
241 <key>CFBundleTypeIconFile</key> |
|
242 <string>document.icns</string> |
|
243 <key>CFBundleTypeMIMETypes</key> |
|
244 <array> |
|
245 <string>text/plain</string> |
|
246 </array> |
|
247 <key>CFBundleTypeName</key> |
|
248 <string>Plain text document</string> |
|
249 <key>CFBundleTypeOSTypes</key> |
|
250 <array> |
|
251 <string>TEXT</string> |
|
252 </array> |
|
253 <key>CFBundleTypeRole</key> |
|
254 <string>Viewer</string> |
|
255 <key>NSDocumentClass</key> |
|
256 <string>BrowserDocument</string> |
|
257 </dict> |
|
258 <dict> |
|
259 <key>CFBundleTypeExtensions</key> |
|
260 <array> |
|
261 <string>png</string> |
|
262 </array> |
|
263 <key>CFBundleTypeIconFile</key> |
|
264 <string>document.icns</string> |
|
265 <key>CFBundleTypeMIMETypes</key> |
|
266 <array> |
|
267 <string>image/png</string> |
|
268 </array> |
|
269 <key>CFBundleTypeName</key> |
|
270 <string>PNG image</string> |
|
271 <key>CFBundleTypeOSTypes</key> |
|
272 <array> |
|
273 <string>PNGf</string> |
|
274 </array> |
|
275 <key>CFBundleTypeRole</key> |
|
276 <string>Viewer</string> |
|
277 <key>NSDocumentClass</key> |
|
278 <string>BrowserDocument</string> |
|
279 </dict> |
|
280 <dict> |
|
281 <key>CFBundleTypeExtensions</key> |
|
282 <array> |
|
283 <string>rtf</string> |
|
284 </array> |
|
285 <key>CFBundleTypeIconFile</key> |
|
286 <string>document.icns</string> |
|
287 <key>CFBundleTypeMIMETypes</key> |
|
288 <array> |
|
289 <string>application/rtf</string> |
|
290 </array> |
|
291 <key>CFBundleTypeName</key> |
|
292 <string>Rich Text Format (RTF) document</string> |
|
293 <key>CFBundleTypeOSTypes</key> |
|
294 <array> |
|
295 <string>RTF </string> |
|
296 </array> |
|
297 <key>CFBundleTypeRole</key> |
|
298 <string>Viewer</string> |
|
299 <key>NSDocumentClass</key> |
|
300 <string>BrowserDocument</string> |
|
301 </dict> |
|
302 <dict> |
|
303 <key>CFBundleTypeExtensions</key> |
|
304 <array> |
|
305 <string>tiff</string> |
|
306 <string>tif</string> |
|
307 </array> |
|
308 <key>CFBundleTypeIconFile</key> |
|
309 <string>document.icns</string> |
|
310 <key>CFBundleTypeMIMETypes</key> |
|
311 <array> |
|
312 <string>image/tiff</string> |
|
313 </array> |
|
314 <key>CFBundleTypeName</key> |
|
315 <string>TIFF image</string> |
|
316 <key>CFBundleTypeOSTypes</key> |
|
317 <array> |
|
318 <string>TIFF</string> |
|
319 </array> |
|
320 <key>CFBundleTypeRole</key> |
|
321 <string>Viewer</string> |
|
322 <key>NSDocumentClass</key> |
|
323 <string>BrowserDocument</string> |
|
324 </dict> |
|
325 <dict> |
|
326 <key>CFBundleTypeExtensions</key> |
|
327 <array> |
|
328 <string>url</string> |
|
329 </array> |
|
330 <key>CFBundleTypeIconFile</key> |
|
331 <string>document.icns</string> |
|
332 <key>CFBundleTypeName</key> |
|
333 <string>Web site location</string> |
|
334 <key>CFBundleTypeOSTypes</key> |
|
335 <array> |
|
336 <string>LINK</string> |
|
337 </array> |
|
338 <key>CFBundleTypeRole</key> |
|
339 <string>Viewer</string> |
|
340 <key>NSDocumentClass</key> |
|
341 <string>BrowserDocument</string> |
|
342 </dict> |
|
343 <dict> |
|
344 <key>CFBundleTypeExtensions</key> |
|
345 <array> |
|
346 <string>ico</string> |
|
347 </array> |
|
348 <key>CFBundleTypeIconFile</key> |
|
349 <string>document.icns</string> |
|
350 <key>CFBundleTypeMIMETypes</key> |
|
351 <array> |
|
352 <string>image/x-icon</string> |
|
353 </array> |
|
354 <key>CFBundleTypeName</key> |
|
355 <string>Windows icon image</string> |
|
356 <key>CFBundleTypeOSTypes</key> |
|
357 <array> |
|
358 <string>ICO </string> |
|
359 </array> |
|
360 <key>CFBundleTypeRole</key> |
|
361 <string>Viewer</string> |
|
362 <key>NSDocumentClass</key> |
|
363 <string>BrowserDocument</string> |
|
364 </dict> |
|
365 <dict> |
|
366 <key>CFBundleTypeExtensions</key> |
|
367 <array> |
|
368 <string>xhtml</string> |
|
369 <string>xhtm</string> |
|
370 </array> |
|
371 <key>CFBundleTypeIconFile</key> |
|
372 <string>document.icns</string> |
|
373 <key>CFBundleTypeMIMETypes</key> |
|
374 <array> |
|
375 <string>application/xhtml+xml</string> |
|
376 </array> |
|
377 <key>CFBundleTypeName</key> |
|
378 <string>XHTML document</string> |
|
379 <key>CFBundleTypeRole</key> |
|
380 <string>Viewer</string> |
|
381 <key>NSDocumentClass</key> |
|
382 <string>BrowserDocument</string> |
|
383 </dict> |
|
384 <dict> |
|
385 <key>CFBundleTypeExtensions</key> |
|
386 <array> |
|
387 <string>xml</string> |
|
388 <string>xbl</string> |
|
389 <string>xsl</string> |
|
390 <string>xslt</string> |
|
391 </array> |
|
392 <key>CFBundleTypeIconFile</key> |
|
393 <string>document.icns</string> |
|
394 <key>CFBundleTypeMIMETypes</key> |
|
395 <array> |
|
396 <string>application/xml</string> |
|
397 <string>text/xml</string> |
|
398 </array> |
|
399 <key>CFBundleTypeName</key> |
|
400 <string>XML document</string> |
|
401 <key>CFBundleTypeRole</key> |
|
402 <string>Viewer</string> |
|
403 <key>NSDocumentClass</key> |
|
404 <string>BrowserDocument</string> |
|
405 </dict> |
|
406 </array> |
|
407 <key>CFBundleExecutable</key> |
|
408 <string>${EXECUTABLE_NAME}</string> |
|
409 <key>CFBundleGetInfoString</key> |
|
410 <string>rVERSION, Copyright 2005-2009 Apple Inc.</string> |
|
411 <key>CFBundleIconFile</key> |
|
412 <string>webkit.icns</string> |
|
413 <key>CFBundleIdentifier</key> |
|
414 <string>org.webkit.nightly.WebKit</string> |
|
415 <key>CFBundleInfoDictionaryVersion</key> |
|
416 <string>6.0</string> |
|
417 <key>CFBundleName</key> |
|
418 <string>${PRODUCT_NAME}</string> |
|
419 <key>CFBundlePackageType</key> |
|
420 <string>APPL</string> |
|
421 <key>CFBundleSignature</key> |
|
422 <string>wbkt</string> |
|
423 <key>CFBundleVersion</key> |
|
424 <string>VERSION</string> |
|
425 <key>CFBundleShortVersionString</key> |
|
426 <string>rVERSION</string> |
|
427 <key>LSArchitecturePriority</key> |
|
428 <array> |
|
429 <string>x86_64</string> |
|
430 <string>i386</string> |
|
431 <string>ppc</string> |
|
432 </array> |
|
433 <key>LSMinimumSystemVersionByArchitecture</key> |
|
434 <dict> |
|
435 <key>x86_64</key> |
|
436 <string>10.6</string> |
|
437 </dict> |
|
438 <key>SUFeedURL</key> |
|
439 <string>http://nightly.webkit.org/builds/trunk/mac/rss</string> |
|
440 <key>SUShowReleaseNotes</key> |
|
441 <false/> |
|
442 <key>SUAllowsAutomaticUpdates</key> |
|
443 <false/> |
|
444 <key>SUPublicDSAKeyFile</key> |
|
445 <string>nightly.webkit.org.public.pem</string> |
|
446 <key>NSPrincipalClass</key> |
|
447 <string>BrowserApplication</string> |
|
448 <key>CFBundleHelpBookFolder</key> |
|
449 <string>SafariHelp</string> |
|
450 <key>CFBundleHelpBookName</key> |
|
451 <string>Safari Help</string> |
|
452 <key>CFBundleURLTypes</key> |
|
453 <array> |
|
454 <dict> |
|
455 <key>CFBundleURLName</key> |
|
456 <string>Web site URL</string> |
|
457 <key>CFBundleURLSchemes</key> |
|
458 <array> |
|
459 <string>http</string> |
|
460 <string>https</string> |
|
461 </array> |
|
462 </dict> |
|
463 <dict> |
|
464 <key>CFBundleURLName</key> |
|
465 <string>local file URL</string> |
|
466 <key>CFBundleURLSchemes</key> |
|
467 <array> |
|
468 <string>file</string> |
|
469 </array> |
|
470 </dict> |
|
471 </array> |
|
472 <key>NSAppleScriptEnabled</key> |
|
473 <string>Yes</string> |
|
474 <key>UTExportedTypeDeclarations</key> |
|
475 <array> |
|
476 <dict> |
|
477 <key>UTTypeConformsTo</key> |
|
478 <string>public.data</string> |
|
479 <key>UTTypeDescription</key> |
|
480 <string>Safari bookmark</string> |
|
481 <key>UTTypeIdentifier</key> |
|
482 <string>com.apple.safari.bookmark</string> |
|
483 <key>UTTypeTagSpecification</key> |
|
484 <dict> |
|
485 <key>public.filename-extension</key> |
|
486 <array> |
|
487 <string>webbookmark</string> |
|
488 </array> |
|
489 </dict> |
|
490 </dict> |
|
491 </array> |
|
492 </dict> |
|
493 </plist> |