Contrib: update libarchive to 5.0
[vlc.git] / share / Info.plist.in
blobc1a9939a8b120d76bd3281dd6c78b6adf39cc666
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>CFBundleAllowMixedLocalizations</key>
8 <true/>
9 <key>NSRequiresAquaSystemAppearance</key>
10 <false/>
11 <key>CFBundleExecutable</key>
12 <string>VLC</string>
13 <key>CFBundleIconFile</key>
14 <string>VLC.icns</string>
15 <key>CFBundleIdentifier</key>
16 <string>org.videolan.vlc</string>
17 <key>CFBundleInfoDictionaryVersion</key>
18 <string>6.0</string>
19 <key>CFBundleName</key>
20 <string>VLC media player</string>
21 <key>CFBundleDisplayName</key>
22 <string>VLC</string>
23 <key>CFBundleShortVersionString</key>
24 <string>@VERSION@</string>
25 <key>CFBundlePackageType</key>
26 <string>APPL</string>
27 <key>CFBundleSignature</key>
28 <string>VLC#</string>
29 <key>BreakpadProduct</key>
30 <string>VLC</string>
31 <key>BreakpadVendor</key>
32 <string>VideoLAN</string>
33 <key>BreakpadRequestComments</key>
34 <string>1</string>
35 <key>BreakpadURL</key>
36 <string>@BREAKPAD_URL@/reports</string>
37 <key>CFBundleVersion</key>
38 <string>@VERSION@</string>
39 <key>LSApplicationCategoryType</key>
40 <string>public.app-category.video</string>
41 <key>LSMinimumSystemVersion</key>
42 <string>10.11.0</string>
43 <key>NSAppTransportSecurity</key>
44 <dict>
45 <key>NSAllowsArbitraryLoads</key>
46 <true/>
47 </dict>
48 <key>NSAppleScriptEnabled</key>
49 <true/>
50 <key>NSHighResolutionCapable</key>
51 <true/>
52 <key>NSMainNibFile</key>
53 <string>MainMenu</string>
54 <key>NSPrincipalClass</key>
55 <string>VLCApplication</string>
56 <key>NSSupportsAutomaticGraphicsSwitching</key>
57 <true/>
58 <key>SUFeedURL</key>
59 <string>https://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string>
60 <key>SUPublicDSAKeyFile</key>
61 <string>dsa_pub.pem</string>
62 <key>NSHumanReadableCopyright</key>
63 <string>Copyright (c) @COPYRIGHT_YEARS@ VLC authors and VideoLAN</string>
64 <key>NSCameraUsageDescription</key>
65 <string>VLC uses the camera to record some video.</string>
66 <key>NSMicrophoneUsageDescription</key>
67 <string>VLC uses the microphone to record some audio.</string>
68 <key>NSAppleEventsUsageDescription</key>
69 <string>VLC uses apple events to control external media players.</string>
70 <key>CFBundleDocumentTypes</key>
71 <array>
72 <dict>
73 <key>CFBundleTypeName</key>
74 <string>Folder</string>
75 <key>CFBundleTypeRole</key>
76 <string>Viewer</string>
77 <key>LSItemContentTypes</key>
78 <array>
79 <string>public.folder</string>
80 </array>
81 </dict>
82 <dict>
83 <key>CFBundleTypeName</key>
84 <string>Volume</string>
85 <key>CFBundleTypeRole</key>
86 <string>Viewer</string>
87 <key>LSItemContentTypes</key>
88 <array>
89 <string>public.volume</string>
90 </array>
91 </dict>
92 <dict>
93 <key>CFBundleTypeIconFile</key>
94 <string>flv.icns</string>
95 <key>CFBundleTypeName</key>
96 <string>Flash Video File</string>
97 <key>CFBundleTypeRole</key>
98 <string>Viewer</string>
99 <key>LSItemContentTypes</key>
100 <array>
101 <string>com.adobe.flash.video</string>
102 </array>
103 </dict>
104 <dict>
105 <key>CFBundleTypeExtensions</key>
106 <array>
107 <string>gvp</string>
108 </array>
109 <key>CFBundleTypeIconFile</key>
110 <string>playlist.icns</string>
111 <key>CFBundleTypeName</key>
112 <string>Google Video Playlist</string>
113 <key>CFBundleTypeRole</key>
114 <string>Viewer</string>
115 </dict>
116 <dict>
117 <key>CFBundleTypeExtensions</key>
118 <array>
119 <string>dvdmedia</string>
120 </array>
121 <key>CFBundleTypeIconFile</key>
122 <string>movie.icns</string>
123 <key>CFBundleTypeName</key>
124 <string>DVD Media Document</string>
125 <key>CFBundleTypeRole</key>
126 <string>Editor</string>
127 <key>LSTypeIsPackage</key>
128 <true/>
129 </dict>
130 <dict>
131 <key>CFBundleTypeExtensions</key>
132 <array>
133 <string>xspf</string>
134 </array>
135 <key>CFBundleTypeIconFile</key>
136 <string>playlist.icns</string>
137 <key>CFBundleTypeMIMETypes</key>
138 <array>
139 <string>application/xspf+xml</string>
140 </array>
141 <key>CFBundleTypeName</key>
142 <string>XSPF Playlist</string>
143 <key>CFBundleTypeRole</key>
144 <string>Viewer</string>
145 </dict>
146 <dict>
147 <key>CFBundleTypeExtensions</key>
148 <array>
149 <string>xa</string>
150 </array>
151 <key>CFBundleTypeIconFile</key>
152 <string>audio.icns</string>
153 <key>CFBundleTypeName</key>
154 <string>The Sims Audio File</string>
155 <key>CFBundleTypeRole</key>
156 <string>Viewer</string>
157 </dict>
158 <dict>
159 <key>CFBundleTypeExtensions</key>
160 <array>
161 <string>xesc</string>
162 </array>
163 <key>CFBundleTypeIconFile</key>
164 <string>movie.icns</string>
165 <key>CFBundleTypeName</key>
166 <string>Expression Encoder Screen Capture File</string>
167 <key>CFBundleTypeRole</key>
168 <string>Viewer</string>
169 </dict>
170 <dict>
171 <key>CFBundleTypeIconFile</key>
172 <string>playlist.icns</string>
173 <key>CFBundleTypeName</key>
174 <string>Shoutcast playlist</string>
175 <key>CFBundleTypeRole</key>
176 <string>Viewer</string>
177 <key>LSItemContentTypes</key>
178 <array>
179 <string>public.pls-playlist</string>
180 </array>
181 </dict>
182 <dict>
183 <key>CFBundleTypeIconFile</key>
184 <string>playlist.icns</string>
185 <key>CFBundleTypeName</key>
186 <string>Playlist file</string>
187 <key>CFBundleTypeRole</key>
188 <string>Viewer</string>
189 <key>LSItemContentTypes</key>
190 <array>
191 <string>public.m3u-playlist</string>
192 </array>
193 </dict>
194 <dict>
195 <key>LSItemContentTypes</key>
196 <array>
197 <string>org.videolan.vlc</string>
198 </array>
199 <key>CFBundleTypeIconFile</key>
200 <string>playlist.icns</string>
201 <key>CFBundleTypeName</key>
202 <string>VLC file</string>
203 <key>CFBundleTypeRole</key>
204 <string>Viewer</string>
205 </dict>
206 <dict>
207 <key>CFBundleTypeIconFile</key>
208 <string>playlist.icns</string>
209 <key>CFBundleTypeName</key>
210 <string>ASX file</string>
211 <key>CFBundleTypeRole</key>
212 <string>Viewer</string>
213 <key>LSItemContentTypes</key>
214 <array>
215 <string>com.microsoft.advanced-stream-redirector</string>
216 </array>
217 </dict>
218 <dict>
219 <key>CFBundleTypeExtensions</key>
220 <array>
221 <string>b4s</string>
222 </array>
223 <key>CFBundleTypeIconFile</key>
224 <string>playlist.icns</string>
225 <key>CFBundleTypeName</key>
226 <string>B4S file</string>
227 <key>CFBundleTypeRole</key>
228 <string>Viewer</string>
229 </dict>
230 <dict>
231 <key>CFBundleTypeExtensions</key>
232 <array>
233 <string>ape</string>
234 </array>
235 <key>CFBundleTypeIconFile</key>
236 <string>audio.icns</string>
237 <key>CFBundleTypeName</key>
238 <string>Monkey&apos;s Audio Lossless Audio Compression</string>
239 <key>CFBundleTypeRole</key>
240 <string>Viewer</string>
241 <key>LSTypeIsPackage</key>
242 <false/>
243 <key>NSPersistentStoreTypeKey</key>
244 <string>Binary</string>
245 </dict>
246 <dict>
247 <key>CFBundleTypeIconFile</key>
248 <string>audio.icns</string>
249 <key>CFBundleTypeName</key>
250 <string>FLAC Audio File</string>
251 <key>CFBundleTypeRole</key>
252 <string>Viewer</string>
253 <key>LSItemContentTypes</key>
254 <array>
255 <string>org.xiph.flac</string>
256 </array>
257 </dict>
258 <dict>
259 <key>CFBundleTypeExtensions</key>
260 <array>
261 <string>wv</string>
262 </array>
263 <key>CFBundleTypeIconFile</key>
264 <string>audio.icns</string>
265 <key>CFBundleTypeName</key>
266 <string>WavePack Audio File</string>
267 <key>CFBundleTypeRole</key>
268 <string>Viewer</string>
269 <key>LSTypeIsPackage</key>
270 <false/>
271 <key>NSPersistentStoreTypeKey</key>
272 <string>Binary</string>
273 </dict>
274 <dict>
275 <key>CFBundleTypeExtensions</key>
276 <array>
277 <string>tta</string>
278 </array>
279 <key>CFBundleTypeIconFile</key>
280 <string>audio.icns</string>
281 <key>CFBundleTypeName</key>
282 <string>True Audio Free Lossless Audio</string>
283 <key>CFBundleTypeRole</key>
284 <string>Viewer</string>
285 <key>LSTypeIsPackage</key>
286 <false/>
287 <key>NSPersistentStoreTypeKey</key>
288 <string>Binary</string>
289 </dict>
290 <dict>
291 <key>CFBundleTypeExtensions</key>
292 <array>
293 <string>mpc</string>
294 </array>
295 <key>CFBundleTypeIconFile</key>
296 <string>audio.icns</string>
297 <key>CFBundleTypeName</key>
298 <string>Musepack Audio File</string>
299 <key>CFBundleTypeRole</key>
300 <string>Viewer</string>
301 </dict>
302 <dict>
303 <key>CFBundleTypeIconFile</key>
304 <string>rm.icns</string>
305 <key>CFBundleTypeName</key>
306 <string>RealPlayer Media Files</string>
307 <key>CFBundleTypeRole</key>
308 <string>Viewer</string>
309 <key>LSItemContentTypes</key>
310 <array>
311 <string>com.real.realmedia-vbr</string>
312 <string>com.real.realaudio</string>
313 <string>com.real.realmedia</string>
314 </array>
315 </dict>
316 <dict>
317 <key>CFBundleTypeExtensions</key>
318 <array>
319 <string>img</string>
320 </array>
321 <key>CFBundleTypeIconFile</key>
322 <string>generic.icns</string>
323 <key>CFBundleTypeName</key>
324 <string>IMG Disk Image</string>
325 <key>CFBundleTypeRole</key>
326 <string>Viewer</string>
327 </dict>
328 <dict>
329 <key>CFBundleTypeExtensions</key>
330 <array>
331 <string>mod</string>
332 <string>xm</string>
333 </array>
334 <key>CFBundleTypeIconFile</key>
335 <string>audio.icns</string>
336 <key>CFBundleTypeName</key>
337 <string>MOD Audio File</string>
338 <key>CFBundleTypeRole</key>
339 <string>Viewer</string>
340 </dict>
341 <dict>
342 <key>CFBundleTypeExtensions</key>
343 <array>
344 <string>it</string>
345 </array>
346 <key>CFBundleTypeIconFile</key>
347 <string>audio.icns</string>
348 <key>CFBundleTypeName</key>
349 <string>Impulse Tracker Module File</string>
350 <key>CFBundleTypeRole</key>
351 <string>Viewer</string>
352 </dict>
353 <dict>
354 <key>CFBundleTypeExtensions</key>
355 <array>
356 <string>xm</string>
357 </array>
358 <key>CFBundleTypeIconFile</key>
359 <string>audio.icns</string>
360 <key>CFBundleTypeName</key>
361 <string>XM audio file</string>
362 <key>CFBundleTypeRole</key>
363 <string>Viewer</string>
364 <key>LSTypeIsPackage</key>
365 <false/>
366 <key>NSPersistentStoreTypeKey</key>
367 <string>Binary</string>
368 </dict>
369 <dict>
370 <key>CFBundleTypeIconFile</key>
371 <string>aiff.icns</string>
372 <key>CFBundleTypeName</key>
373 <string>AIFF file</string>
374 <key>CFBundleTypeRole</key>
375 <string>Viewer</string>
376 <key>LSItemContentTypes</key>
377 <array>
378 <string>public.aiff-audio</string>
379 <string>public.aifc-audio</string>
380 </array>
381 </dict>
382 <dict>
383 <key>CFBundleTypeIconFile</key>
384 <string>audio.icns</string>
385 <key>CFBundleTypeName</key>
386 <string>Adaptive Multi-Rate Codec File</string>
387 <key>CFBundleTypeRole</key>
388 <string>Viewer</string>
389 <key>LSItemContentTypes</key>
390 <array>
391 <string>org.3gpp.adaptive-multi-rate-audio</string>
392 </array>
393 </dict>
394 <dict>
395 <key>CFBundleTypeExtensions</key>
396 <array>
397 <string>aob</string>
398 </array>
399 <key>CFBundleTypeIconFile</key>
400 <string>audio.icns</string>
401 <key>CFBundleTypeName</key>
402 <string>DVD-Audio Audio Object File</string>
403 <key>CFBundleTypeRole</key>
404 <string>Viewer</string>
405 </dict>
406 <dict>
407 <key>CFBundleTypeExtensions</key>
408 <array>
409 <string>dts</string>
410 </array>
411 <key>CFBundleTypeIconFile</key>
412 <string>audio.icns</string>
413 <key>CFBundleTypeName</key>
414 <string>DTS Encoded Audio File</string>
415 <key>CFBundleTypeRole</key>
416 <string>Viewer</string>
417 </dict>
418 <dict>
419 <key>CFBundleTypeIconFile</key>
420 <string>audio.icns</string>
421 <key>CFBundleTypeName</key>
422 <string>DSD Stream File</string>
423 <key>CFBundleTypeRole</key>
424 <string>Viewer</string>
425 <key>LSItemContentTypes</key>
426 <array>
427 <string>com.sony.dsf</string>
428 </array>
429 </dict>
430 <dict>
431 <key>CFBundleTypeIconFile</key>
432 <string>audio.icns</string>
433 <key>CFBundleTypeName</key>
434 <string>DSD Interchange File</string>
435 <key>CFBundleTypeRole</key>
436 <string>Viewer</string>
437 <key>LSItemContentTypes</key>
438 <array>
439 <string>com.philips.dsdiff</string>
440 </array>
441 </dict>
442 <dict>
443 <key>CFBundleTypeExtensions</key>
444 <array>
445 <string>spx</string>
446 </array>
447 <key>CFBundleTypeIconFile</key>
448 <string>ogg.icns</string>
449 <key>CFBundleTypeMIMETypes</key>
450 <array>
451 <string>audio/ogg</string>
452 </array>
453 <key>CFBundleTypeName</key>
454 <string>Speex Audio File</string>
455 <key>CFBundleTypeRole</key>
456 <string>Viewer</string>
457 </dict>
458 <dict>
459 <key>CFBundleTypeExtensions</key>
460 <array>
461 <string>sdp</string>
462 </array>
463 <key>CFBundleTypeIconFile</key>
464 <string>generic.icns</string>
465 <key>CFBundleTypeName</key>
466 <string>Session Description Protocol File</string>
467 <key>CFBundleTypeRole</key>
468 <string>Viewer</string>
469 </dict>
470 <dict>
471 <key>CFBundleTypeIconFile</key>
472 <string>wav.icns</string>
473 <key>CFBundleTypeName</key>
474 <string>WAVE Audio File</string>
475 <key>CFBundleTypeRole</key>
476 <string>Viewer</string>
477 <key>LSItemContentTypes</key>
478 <array>
479 <string>com.microsoft.waveform-audio</string>
480 </array>
481 </dict>
482 <dict>
483 <key>CFBundleTypeExtensions</key>
484 <array>
485 <string>vob</string>
486 </array>
487 <key>CFBundleTypeIconFile</key>
488 <string>vob.icns</string>
489 <key>CFBundleTypeName</key>
490 <string>VOB File (DVD Video)</string>
491 <key>CFBundleTypeRole</key>
492 <string>Viewer</string>
493 </dict>
494 <dict>
495 <key>CFBundleTypeExtensions</key>
496 <array>
497 <string>dat</string>
498 </array>
499 <key>CFBundleTypeIconFile</key>
500 <string>generic.icns</string>
501 <key>CFBundleTypeName</key>
502 <string>DAT file</string>
503 <key>CFBundleTypeRole</key>
504 <string>Viewer</string>
505 </dict>
506 <dict>
507 <key>CFBundleTypeExtensions</key>
508 <array>
509 <string>cue</string>
510 </array>
511 <key>CFBundleTypeIconFile</key>
512 <string>generic.icns</string>
513 <key>CFBundleTypeName</key>
514 <string>CUE file</string>
515 <key>CFBundleTypeRole</key>
516 <string>Viewer</string>
517 </dict>
518 <dict>
519 <key>CFBundleTypeExtensions</key>
520 <array>
521 <string>cdg</string>
522 </array>
523 <key>CFBundleTypeIconFile</key>
524 <string>subtitle.icns</string>
525 <key>CFBundleTypeName</key>
526 <string>Compact Disc Plus Graphics Image file</string>
527 <key>CFBundleTypeRole</key>
528 <string>Viewer</string>
529 </dict>
530 <dict>
531 <key>CFBundleTypeIconFile</key>
532 <string>generic.icns</string>
533 <key>CFBundleTypeName</key>
534 <string>ISO file</string>
535 <key>CFBundleTypeRole</key>
536 <string>Viewer</string>
537 <key>LSItemContentTypes</key>
538 <array>
539 <string>public.iso-image</string>
540 </array>
541 </dict>
542 <dict>
543 <key>CFBundleTypeExtensions</key>
544 <array>
545 <string>idx</string>
546 </array>
547 <key>CFBundleTypeIconFile</key>
548 <string>subtitle.icns</string>
549 <key>CFBundleTypeName</key>
550 <string>Index file</string>
551 <key>CFBundleTypeRole</key>
552 <string>Viewer</string>
553 </dict>
554 <dict>
555 <key>CFBundleTypeIconFile</key>
556 <string>audio.icns</string>
557 <key>CFBundleTypeName</key>
558 <string>Digital Audio</string>
559 <key>CFBundleTypeRole</key>
560 <string>Viewer</string>
561 <key>LSItemContentTypes</key>
562 <array>
563 <string>public.ac3-audio</string>
564 </array>
565 </dict>
566 <dict>
567 <key>CFBundleTypeIconFile</key>
568 <string>audio.icns</string>
569 <key>CFBundleTypeName</key>
570 <string>AAC file</string>
571 <key>CFBundleTypeRole</key>
572 <string>Viewer</string>
573 <key>LSItemContentTypes</key>
574 <array>
575 <string>public.aac-audio</string>
576 </array>
577 </dict>
578 <dict>
579 <key>CFBundleTypeExtensions</key>
580 <array>
581 <string>opus</string>
582 </array>
583 <key>CFBundleTypeIconFile</key>
584 <string>ogg.icns</string>
585 <key>CFBundleTypeMIMETypes</key>
586 <array>
587 <string>audio/opus</string>
588 <string>audio/ogg; codecs=opus</string>
589 </array>
590 <key>CFBundleTypeName</key>
591 <string>OPUS file</string>
592 <key>CFBundleTypeRole</key>
593 <string>Viewer</string>
594 <key>LSItemContentTypes</key>
595 <array>
596 <string>org.xiph.opus</string>
597 </array>
598 </dict>
599 <dict>
600 <key>CFBundleTypeExtensions</key>
601 <array>
602 <string>ogm</string>
603 </array>
604 <key>CFBundleTypeIconFile</key>
605 <string>movie.icns</string>
606 <key>CFBundleTypeName</key>
607 <string>Ogg MPEG-4 Video File</string>
608 <key>CFBundleTypeRole</key>
609 <string>Viewer</string>
610 </dict>
611 <dict>
612 <key>CFBundleTypeExtensions</key>
613 <array>
614 <string>ogg</string>
615 </array>
616 <key>CFBundleTypeIconFile</key>
617 <string>ogg.icns</string>
618 <key>CFBundleTypeMIMETypes</key>
619 <array>
620 <string>audio/ogg</string>
621 </array>
622 <key>CFBundleTypeName</key>
623 <string>Ogg Vorbis File</string>
624 <key>CFBundleTypeRole</key>
625 <string>Viewer</string>
626 </dict>
627 <dict>
628 <key>CFBundleTypeExtensions</key>
629 <array>
630 <string>oga</string>
631 </array>
632 <key>CFBundleTypeIconFile</key>
633 <string>ogg.icns</string>
634 <key>CFBundleTypeMIMETypes</key>
635 <array>
636 <string>audio/ogg</string>
637 </array>
638 <key>CFBundleTypeName</key>
639 <string>Ogg Audio File</string>
640 <key>CFBundleTypeRole</key>
641 <string>Viewer</string>
642 </dict>
643 <dict>
644 <key>CFBundleTypeExtensions</key>
645 <array>
646 <string>ogv</string>
647 </array>
648 <key>CFBundleTypeIconFile</key>
649 <string>movie.icns</string>
650 <key>CFBundleTypeMIMETypes</key>
651 <array>
652 <string>video/ogg</string>
653 </array>
654 <key>CFBundleTypeName</key>
655 <string>Ogg Video File</string>
656 <key>CFBundleTypeRole</key>
657 <string>Viewer</string>
658 <key>LSItemContentTypes</key>
659 <array>
660 <string>org.xiph.ogg-video</string>
661 </array>
662 </dict>
663 <dict>
664 <key>CFBundleTypeExtensions</key>
665 <array>
666 <string>ogx</string>
667 </array>
668 <key>CFBundleTypeIconFile</key>
669 <string>ogg.icns</string>
670 <key>CFBundleTypeMIMETypes</key>
671 <array>
672 <string>application/ogg</string>
673 </array>
674 <key>CFBundleTypeName</key>
675 <string>Ogg Application File</string>
676 <key>CFBundleTypeRole</key>
677 <string>Viewer</string>
678 </dict>
679 <dict>
680 <key>CFBundleTypeExtensions</key>
681 <array>
682 <string>oma</string>
683 </array>
684 <key>CFBundleTypeIconFile</key>
685 <string>audio.icns</string>
686 <key>CFBundleTypeName</key>
687 <string>Sony OpenMG Music File</string>
688 <key>CFBundleTypeRole</key>
689 <string>Viewer</string>
690 </dict>
691 <dict>
692 <key>CFBundleTypeExtensions</key>
693 <array>
694 <string>voc</string>
695 </array>
696 <key>CFBundleTypeIconFile</key>
697 <string>audio.icns</string>
698 <key>CFBundleTypeName</key>
699 <string>Creative Labs Audio File</string>
700 <key>CFBundleTypeRole</key>
701 <string>Viewer</string>
702 </dict>
703 <dict>
704 <key>CFBundleTypeExtensions</key>
705 <array>
706 <string>vqf</string>
707 </array>
708 <key>CFBundleTypeIconFile</key>
709 <string>audio.icns</string>
710 <key>CFBundleTypeName</key>
711 <string>TwinVQ Audio File</string>
712 <key>CFBundleTypeRole</key>
713 <string>Viewer</string>
714 </dict>
715 <dict>
716 <key>CFBundleTypeExtensions</key>
717 <array>
718 <string>anx</string>
719 </array>
720 <key>CFBundleTypeIconFile</key>
721 <string>generic.icns</string>
722 <key>CFBundleTypeMIMETypes</key>
723 <array>
724 <string>application/annodex</string>
725 </array>
726 <key>CFBundleTypeName</key>
727 <string>Annodex Application File</string>
728 <key>CFBundleTypeRole</key>
729 <string>Viewer</string>
730 </dict>
731 <dict>
732 <key>CFBundleTypeExtensions</key>
733 <array>
734 <string>axa</string>
735 </array>
736 <key>CFBundleTypeIconFile</key>
737 <string>audio.icns</string>
738 <key>CFBundleTypeMIMETypes</key>
739 <array>
740 <string>audio/annodex</string>
741 </array>
742 <key>CFBundleTypeName</key>
743 <string>Annodex Audio File</string>
744 <key>CFBundleTypeRole</key>
745 <string>Viewer</string>
746 </dict>
747 <dict>
748 <key>CFBundleTypeExtensions</key>
749 <array>
750 <string>axv</string>
751 </array>
752 <key>CFBundleTypeIconFile</key>
753 <string>movie.icns</string>
754 <key>CFBundleTypeMIMETypes</key>
755 <array>
756 <string>video/annodex</string>
757 </array>
758 <key>CFBundleTypeName</key>
759 <string>Annodex Video File</string>
760 <key>CFBundleTypeRole</key>
761 <string>Viewer</string>
762 </dict>
763 <dict>
764 <key>CFBundleTypeExtensions</key>
765 <array>
766 <string>gxf</string>
767 </array>
768 <key>CFBundleTypeIconFile</key>
769 <string>movie.icns</string>
770 <key>CFBundleTypeName</key>
771 <string>General eXchange Format File</string>
772 <key>CFBundleTypeRole</key>
773 <string>Viewer</string>
774 <key>LSTypeIsPackage</key>
775 <false/>
776 <key>NSPersistentStoreTypeKey</key>
777 <string>Binary</string>
778 </dict>
779 <dict>
780 <key>CFBundleTypeExtensions</key>
781 <array>
782 <string>mxf</string>
783 </array>
784 <key>CFBundleTypeIconFile</key>
785 <string>movie.icns</string>
786 <key>CFBundleTypeName</key>
787 <string>Material Exchange Format</string>
788 <key>CFBundleTypeRole</key>
789 <string>Viewer</string>
790 <key>LSTypeIsPackage</key>
791 <false/>
792 <key>NSPersistentStoreTypeKey</key>
793 <string>Binary</string>
794 </dict>
795 <dict>
796 <key>CFBundleTypeIconFile</key>
797 <string>avi.icns</string>
798 <key>CFBundleTypeName</key>
799 <string>AVI container</string>
800 <key>CFBundleTypeRole</key>
801 <string>Viewer</string>
802 <key>LSItemContentTypes</key>
803 <array>
804 <string>public.avi</string>
805 </array>
806 </dict>
807 <dict>
808 <key>CFBundleTypeExtensions</key>
809 <array>
810 <string>bik</string>
811 </array>
812 <key>CFBundleTypeIconFile</key>
813 <string>movie.icns</string>
814 <key>CFBundleTypeName</key>
815 <string>Bink Video File</string>
816 <key>CFBundleTypeRole</key>
817 <string>Viewer</string>
818 </dict>
819 <dict>
820 <key>CFBundleTypeExtensions</key>
821 <array>
822 <string>crf</string>
823 </array>
824 <key>CFBundleTypeIconFile</key>
825 <string>movie.icns</string>
826 <key>CFBundleTypeName</key>
827 <string>CRF Video File</string>
828 <key>CFBundleTypeRole</key>
829 <string>Viewer</string>
830 </dict>
831 <dict>
832 <key>CFBundleTypeExtensions</key>
833 <array>
834 <string>evo</string>
835 </array>
836 <key>CFBundleTypeIconFile</key>
837 <string>movie.icns</string>
838 <key>CFBundleTypeName</key>
839 <string>EVO Video File</string>
840 <key>CFBundleTypeRole</key>
841 <string>Viewer</string>
842 </dict>
843 <dict>
844 <key>CFBundleTypeIconFile</key>
845 <string>mov.icns</string>
846 <key>CFBundleTypeName</key>
847 <string>Apple QuickTime container</string>
848 <key>CFBundleTypeRole</key>
849 <string>Viewer</string>
850 <key>LSItemContentTypes</key>
851 <array>
852 <string>com.apple.quicktime-movie</string>
853 </array>
854 </dict>
855 <dict>
856 <key>CFBundleTypeExtensions</key>
857 <array>
858 <string>divx</string>
859 </array>
860 <key>CFBundleTypeIconFile</key>
861 <string>movie.icns</string>
862 <key>CFBundleTypeName</key>
863 <string>DivX file</string>
864 <key>CFBundleTypeRole</key>
865 <string>Viewer</string>
866 </dict>
867 <dict>
868 <key>CFBundleTypeIconFile</key>
869 <string>movie.icns</string>
870 <key>CFBundleTypeName</key>
871 <string>DV file</string>
872 <key>CFBundleTypeRole</key>
873 <string>Viewer</string>
874 <key>LSItemContentTypes</key>
875 <array>
876 <string>public.dv-movie</string>
877 </array>
878 </dict>
879 <dict>
880 <key>CFBundleTypeIconFile</key>
881 <string>movie.icns</string>
882 <key>CFBundleTypeName</key>
883 <string>Advanced Streaming Format</string>
884 <key>CFBundleTypeRole</key>
885 <string>Viewer</string>
886 <key>LSItemContentTypes</key>
887 <array>
888 <string>com.microsoft.advanced-systems-format</string>
889 </array>
890 </dict>
891 <dict>
892 <key>CFBundleTypeIconFile</key>
893 <string>wma.icns</string>
894 <key>CFBundleTypeName</key>
895 <string>Windows Media Audio</string>
896 <key>CFBundleTypeRole</key>
897 <string>Viewer</string>
898 <key>LSItemContentTypes</key>
899 <array>
900 <string>com.microsoft.windows-media-wma</string>
901 </array>
902 </dict>
903 <dict>
904 <key>CFBundleTypeIconFile</key>
905 <string>wmv.icns</string>
906 <key>CFBundleTypeName</key>
907 <string>Windows Media Video</string>
908 <key>CFBundleTypeRole</key>
909 <string>Viewer</string>
910 <key>LSItemContentTypes</key>
911 <array>
912 <string>com.microsoft.windows-media-wm</string>
913 <string>com.microsoft.windows-media-wmv</string>
914 </array>
915 </dict>
916 <dict>
917 <key>CFBundleTypeExtensions</key>
918 <array>
919 <string>wtv</string>
920 </array>
921 <key>CFBundleTypeIconFile</key>
922 <string>movie.icns</string>
923 <key>CFBundleTypeName</key>
924 <string>Windows Recorded TV Show</string>
925 <key>CFBundleTypeRole</key>
926 <string>Viewer</string>
927 </dict>
928 <dict>
929 <key>CFBundleTypeIconFile</key>
930 <string>mpeg.icns</string>
931 <key>CFBundleTypeName</key>
932 <string>multiplexed MPEG-1/2</string>
933 <key>CFBundleTypeRole</key>
934 <string>Viewer</string>
935 <key>LSItemContentTypes</key>
936 <array>
937 <string>public.mpeg</string>
938 </array>
939 </dict>
940 <dict>
941 <key>CFBundleTypeExtensions</key>
942 <array>
943 <string>m1v</string>
944 </array>
945 <key>CFBundleTypeIconFile</key>
946 <string>mpeg.icns</string>
947 <key>CFBundleTypeName</key>
948 <string>MPEG-1 Video File</string>
949 <key>CFBundleTypeRole</key>
950 <string>Viewer</string>
951 </dict>
952 <dict>
953 <key>CFBundleTypeExtensions</key>
954 <array>
955 <string>m2a</string>
956 </array>
957 <key>CFBundleTypeIconFile</key>
958 <string>mpeg.icns</string>
959 <key>CFBundleTypeName</key>
960 <string>MPEG-1/2 Audio File</string>
961 <key>CFBundleTypeRole</key>
962 <string>Viewer</string>
963 </dict>
964 <dict>
965 <key>CFBundleTypeExtensions</key>
966 <array>
967 <string>mp1</string>
968 </array>
969 <key>CFBundleTypeIconFile</key>
970 <string>mpeg.icns</string>
971 <key>CFBundleTypeName</key>
972 <string>MPEG Audio Layer 1</string>
973 <key>CFBundleTypeRole</key>
974 <string>Viewer</string>
975 </dict>
976 <dict>
977 <key>CFBundleTypeIconFile</key>
978 <string>mpeg.icns</string>
979 <key>CFBundleTypeName</key>
980 <string>MPEG Audio Layer 2</string>
981 <key>CFBundleTypeRole</key>
982 <string>Viewer</string>
983 <key>LSItemContentTypes</key>
984 <array>
985 <string>public.mp2</string>
986 </array>
987 </dict>
988 <dict>
989 <key>CFBundleTypeIconFile</key>
990 <string>mp3.icns</string>
991 <key>CFBundleTypeName</key>
992 <string>MPEG Audio Layer 3</string>
993 <key>CFBundleTypeRole</key>
994 <string>Viewer</string>
995 <key>LSItemContentTypes</key>
996 <array>
997 <string>public.mp3</string>
998 </array>
999 </dict>
1000 <dict>
1001 <key>CFBundleTypeExtensions</key>
1002 <array>
1003 <string>m2p</string>
1004 <string>ps</string>
1005 </array>
1006 <key>CFBundleTypeIconFile</key>
1007 <string>mpeg.icns</string>
1008 <key>CFBundleTypeName</key>
1009 <string>MPEG-2 Program Stream</string>
1010 <key>CFBundleTypeRole</key>
1011 <string>Viewer</string>
1012 </dict>
1013 <dict>
1014 <key>CFBundleTypeExtensions</key>
1015 <array>
1016 <string>tp</string>
1017 <string>ts</string>
1018 <string>m2ts</string>
1019 <string>mts</string>
1020 <string>mt2s</string>
1021 </array>
1022 <key>CFBundleTypeIconFile</key>
1023 <string>mpeg.icns</string>
1024 <key>CFBundleTypeMIMETypes</key>
1025 <array>
1026 <string>video/mp2t</string>
1027 </array>
1028 <key>CFBundleTypeName</key>
1029 <string>MPEG-2 Transport Stream</string>
1030 <key>CFBundleTypeRole</key>
1031 <string>Viewer</string>
1032 </dict>
1033 <dict>
1034 <key>CFBundleTypeIconFile</key>
1035 <string>mpeg.icns</string>
1036 <key>CFBundleTypeName</key>
1037 <string>MPEG-2 Video File</string>
1038 <key>CFBundleTypeRole</key>
1039 <string>Viewer</string>
1040 <key>LSItemContentTypes</key>
1041 <array>
1042 <string>public.mpeg-2-video</string>
1043 </array>
1044 </dict>
1045 <dict>
1046 <key>CFBundleTypeExtensions</key>
1047 <array>
1048 <string>mpa</string>
1049 </array>
1050 <key>CFBundleTypeIconFile</key>
1051 <string>audio.icns</string>
1052 <key>CFBundleTypeName</key>
1053 <string>MPEG-2 Audio File</string>
1054 <key>CFBundleTypeRole</key>
1055 <string>Viewer</string>
1056 </dict>
1057 <dict>
1058 <key>CFBundleTypeIconFile</key>
1059 <string>m4v.icns</string>
1060 <key>CFBundleTypeName</key>
1061 <string>MPEG-4 File</string>
1062 <key>CFBundleTypeRole</key>
1063 <string>Viewer</string>
1064 <key>LSItemContentTypes</key>
1065 <array>
1066 <string>public.mpeg-4-audio</string>
1067 <string>com.apple.m4v-video</string>
1068 <string>public.mpeg-4</string>
1069 </array>
1070 </dict>
1071 <dict>
1072 <key>CFBundleTypeIconFile</key>
1073 <string>m4a.icns</string>
1074 <key>CFBundleTypeName</key>
1075 <string>MPEG-4 Audio File</string>
1076 <key>CFBundleTypeRole</key>
1077 <string>Viewer</string>
1078 <key>LSItemContentTypes</key>
1079 <array>
1080 <string>com.apple.m4a-audio</string>
1081 </array>
1082 </dict>
1083 <dict>
1084 <key>CFBundleTypeIconFile</key>
1085 <string>movie.icns</string>
1086 <key>CFBundleTypeName</key>
1087 <string>3GPP File</string>
1088 <key>CFBundleTypeRole</key>
1089 <string>Viewer</string>
1090 <key>LSItemContentTypes</key>
1091 <array>
1092 <string>public.3gpp</string>
1093 </array>
1094 </dict>
1095 <dict>
1096 <key>CFBundleTypeIconFile</key>
1097 <string>audio.icns</string>
1098 <key>CFBundleTypeName</key>
1099 <string>MIDI File</string>
1100 <key>CFBundleTypeRole</key>
1101 <string>Viewer</string>
1102 <key>LSItemContentTypes</key>
1103 <array>
1104 <string>public.midi-audio</string>
1105 </array>
1106 </dict>
1107 <dict>
1108 <key>CFBundleTypeExtensions</key>
1109 <array>
1110 <string>mlp</string>
1111 </array>
1112 <key>CFBundleTypeIconFile</key>
1113 <string>audio.icns</string>
1114 <key>CFBundleTypeName</key>
1115 <string>Meridian Lossless Packing Audio File</string>
1116 <key>CFBundleTypeRole</key>
1117 <string>Viewer</string>
1118 </dict>
1119 <dict>
1120 <key>CFBundleTypeIconFile</key>
1121 <string>audio.icns</string>
1122 <key>CFBundleTypeName</key>
1123 <string>Matroska Audio File</string>
1124 <key>CFBundleTypeRole</key>
1125 <string>Viewer</string>
1126 <key>LSItemContentTypes</key>
1127 <array>
1128 <string>org.matroska.mka</string>
1129 </array>
1130 </dict>
1131 <dict>
1132 <key>CFBundleTypeExtensions</key>
1133 <array>
1134 <string>mkv</string>
1135 </array>
1136 <key>CFBundleTypeIconFile</key>
1137 <string>mkv.icns</string>
1138 <key>CFBundleTypeName</key>
1139 <string>Matroska Video File</string>
1140 <key>CFBundleTypeRole</key>
1141 <string>Viewer</string>
1142 </dict>
1143 <dict>
1144 <key>CFBundleTypeExtensions</key>
1145 <array>
1146 <string>webm</string>
1147 </array>
1148 <key>CFBundleTypeIconFile</key>
1149 <string>mkv.icns</string>
1150 <key>CFBundleTypeName</key>
1151 <string>WebM Video File</string>
1152 <key>CFBundleTypeRole</key>
1153 <string>Viewer</string>
1154 </dict>
1155 <dict>
1156 <key>CFBundleTypeExtensions</key>
1157 <array>
1158 <string>rar</string>
1159 </array>
1160 <key>CFBundleTypeIconFile</key>
1161 <string>generic.icns</string>
1162 <key>CFBundleTypeName</key>
1163 <string>WinRAR Compressed Archive</string>
1164 <key>CFBundleTypeRole</key>
1165 <string>Viewer</string>
1166 <key>LSItemContentTypes</key>
1167 <array>
1168 <string>com.rarlab.rar-archive</string>
1169 </array>
1170 </dict>
1171 <dict>
1172 <key>CFBundleTypeExtensions</key>
1173 <array>
1174 <string>rec</string>
1175 </array>
1176 <key>CFBundleTypeIconFile</key>
1177 <string>movie.icns</string>
1178 <key>CFBundleTypeName</key>
1179 <string>Topfield PVR Recording</string>
1180 <key>CFBundleTypeRole</key>
1181 <string>Viewer</string>
1182 </dict>
1183 <dict>
1184 <key>CFBundleTypeExtensions</key>
1185 <array>
1186 <string>rmi</string>
1187 </array>
1188 <key>CFBundleTypeIconFile</key>
1189 <string>audio.icns</string>
1190 <key>CFBundleTypeName</key>
1191 <string>RMID MIDI File</string>
1192 <key>CFBundleTypeRole</key>
1193 <string>Viewer</string>
1194 </dict>
1195 <dict>
1196 <key>CFBundleTypeExtensions</key>
1197 <array>
1198 <string>s3m</string>
1199 </array>
1200 <key>CFBundleTypeIconFile</key>
1201 <string>audio.icns</string>
1202 <key>CFBundleTypeName</key>
1203 <string>ScreamTracker 3 Module</string>
1204 <key>CFBundleTypeRole</key>
1205 <string>Viewer</string>
1206 </dict>
1207 <dict>
1208 <key>CFBundleTypeExtensions</key>
1209 <array>
1210 <string>vro</string>
1211 </array>
1212 <key>CFBundleTypeIconFile</key>
1213 <string>movie.icns</string>
1214 <key>CFBundleTypeName</key>
1215 <string>DVD Video Recording Format</string>
1216 <key>CFBundleTypeRole</key>
1217 <string>Viewer</string>
1218 </dict>
1219 <dict>
1220 <key>CFBundleTypeExtensions</key>
1221 <array>
1222 <string>tod</string>
1223 </array>
1224 <key>CFBundleTypeIconFile</key>
1225 <string>movie.icns</string>
1226 <key>CFBundleTypeName</key>
1227 <string>JVC Everio Video Capture File</string>
1228 <key>CFBundleTypeRole</key>
1229 <string>Viewer</string>
1230 </dict>
1231 <dict>
1232 <key>CFBundleTypeExtensions</key>
1233 <array>
1234 <string>mks</string>
1235 </array>
1236 <key>CFBundleTypeIconFile</key>
1237 <string>mkv.icns</string>
1238 <key>CFBundleTypeName</key>
1239 <string>Matroska Elementry Stream</string>
1240 <key>CFBundleTypeRole</key>
1241 <string>Viewer</string>
1242 </dict>
1243 <dict>
1244 <key>CFBundleTypeExtensions</key>
1245 <array>
1246 <string>nsv</string>
1247 </array>
1248 <key>CFBundleTypeIconFile</key>
1249 <string>movie.icns</string>
1250 <key>CFBundleTypeMIMETypes</key>
1251 <array>
1252 <string>video/nsv</string>
1253 </array>
1254 <key>CFBundleTypeName</key>
1255 <string>Nullsoft Streaming Video</string>
1256 <key>CFBundleTypeRole</key>
1257 <string>Viewer</string>
1258 <key>LSTypeIsPackage</key>
1259 <false/>
1260 <key>NSPersistentStoreTypeKey</key>
1261 <string>Binary</string>
1262 </dict>
1263 <dict>
1264 <key>CFBundleTypeExtensions</key>
1265 <array>
1266 <string>nuv</string>
1267 </array>
1268 <key>CFBundleTypeIconFile</key>
1269 <string>movie.icns</string>
1270 <key>CFBundleTypeName</key>
1271 <string>NuppleVideo File</string>
1272 <key>CFBundleTypeRole</key>
1273 <string>Viewer</string>
1274 <key>LSItemContentTypes</key>
1275 <array>
1276 <string>com.mythtv.nuv</string>
1277 </array>
1278 <key>LSTypeIsPackage</key>
1279 <false/>
1280 <key>NSPersistentStoreTypeKey</key>
1281 <string>Binary</string>
1282 </dict>
1283 <dict>
1284 <key>CFBundleTypeExtensions</key>
1285 <array>
1286 <string>ssa</string>
1287 <string>ass</string>
1288 </array>
1289 <key>CFBundleTypeIconFile</key>
1290 <string>subtitle.icns</string>
1291 <key>CFBundleTypeName</key>
1292 <string>Sub Station Alpha Subtitle File</string>
1293 <key>CFBundleTypeRole</key>
1294 <string>Viewer</string>
1295 <key>LSTypeIsPackage</key>
1296 <false/>
1297 <key>NSPersistentStoreTypeKey</key>
1298 <string>Binary</string>
1299 </dict>
1300 <dict>
1301 <key>CFBundleTypeExtensions</key>
1302 <array>
1303 <string>usf</string>
1304 </array>
1305 <key>CFBundleTypeIconFile</key>
1306 <string>subtitle.icns</string>
1307 <key>CFBundleTypeName</key>
1308 <string>USF Subtitle File</string>
1309 <key>CFBundleTypeRole</key>
1310 <string>Viewer</string>
1311 <key>LSTypeIsPackage</key>
1312 <false/>
1313 <key>NSPersistentStoreTypeKey</key>
1314 <string>XML</string>
1315 </dict>
1316 <dict>
1317 <key>CFBundleTypeExtensions</key>
1318 <array>
1319 <string>utf</string>
1320 </array>
1321 <key>CFBundleTypeIconFile</key>
1322 <string>subtitle.icns</string>
1323 <key>CFBundleTypeName</key>
1324 <string>UTF Subtitle File</string>
1325 <key>CFBundleTypeRole</key>
1326 <string>Viewer</string>
1327 </dict>
1328 <dict>
1329 <key>CFBundleTypeExtensions</key>
1330 <array>
1331 <string>srt</string>
1332 </array>
1333 <key>CFBundleTypeIconFile</key>
1334 <string>subtitle.icns</string>
1335 <key>CFBundleTypeName</key>
1336 <string>Subrip Subtitle File</string>
1337 <key>CFBundleTypeRole</key>
1338 <string>Viewer</string>
1339 <key>LSTypeIsPackage</key>
1340 <false/>
1341 <key>NSPersistentStoreTypeKey</key>
1342 <string>Binary</string>
1343 </dict>
1344 <dict>
1345 <key>CFBundleTypeExtensions</key>
1346 <array>
1347 <string>rt</string>
1348 </array>
1349 <key>CFBundleTypeIconFile</key>
1350 <string>subtitle.icns</string>
1351 <key>CFBundleTypeName</key>
1352 <string>RealText Subtitle File</string>
1353 <key>CFBundleTypeRole</key>
1354 <string>Viewer</string>
1355 <key>LSTypeIsPackage</key>
1356 <false/>
1357 <key>NSPersistentStoreTypeKey</key>
1358 <string>Binary</string>
1359 </dict>
1360 <dict>
1361 <key>CFBundleTypeExtensions</key>
1362 <array>
1363 <string>smi</string>
1364 </array>
1365 <key>CFBundleTypeIconFile</key>
1366 <string>subtitle.icns</string>
1367 <key>CFBundleTypeName</key>
1368 <string>SAMI Subtitle File</string>
1369 <key>CFBundleTypeRole</key>
1370 <string>Viewer</string>
1371 <key>LSTypeIsPackage</key>
1372 <false/>
1373 <key>NSPersistentStoreTypeKey</key>
1374 <string>Binary</string>
1375 </dict>
1376 <dict>
1377 <key>CFBundleTypeExtensions</key>
1378 <array>
1379 <string>aqt</string>
1380 </array>
1381 <key>CFBundleTypeIconFile</key>
1382 <string>subtitle.icns</string>
1383 <key>CFBundleTypeName</key>
1384 <string>AQTitle Subtitle File</string>
1385 <key>CFBundleTypeRole</key>
1386 <string>Viewer</string>
1387 <key>LSTypeIsPackage</key>
1388 <false/>
1389 <key>NSPersistentStoreTypeKey</key>
1390 <string>Binary</string>
1391 </dict>
1392 <dict>
1393 <key>CFBundleTypeExtensions</key>
1394 <array>
1395 <string>jss</string>
1396 </array>
1397 <key>CFBundleTypeIconFile</key>
1398 <string>subtitle.icns</string>
1399 <key>CFBundleTypeName</key>
1400 <string>JACOSub Subtitle File</string>
1401 <key>CFBundleTypeRole</key>
1402 <string>Viewer</string>
1403 <key>LSTypeIsPackage</key>
1404 <false/>
1405 <key>NSPersistentStoreTypeKey</key>
1406 <string>Binary</string>
1407 </dict>
1408 <dict>
1409 <key>CFBundleTypeExtensions</key>
1410 <array>
1411 <string>pjs</string>
1412 </array>
1413 <key>CFBundleTypeIconFile</key>
1414 <string>subtitle.icns</string>
1415 <key>CFBundleTypeName</key>
1416 <string>Phoenix Subtitle File</string>
1417 <key>CFBundleTypeRole</key>
1418 <string>Viewer</string>
1419 <key>LSTypeIsPackage</key>
1420 <false/>
1421 <key>NSPersistentStoreTypeKey</key>
1422 <string>Binary</string>
1423 </dict>
1424 <dict>
1425 <key>CFBundleTypeExtensions</key>
1426 <array>
1427 <string>psb</string>
1428 </array>
1429 <key>CFBundleTypeIconFile</key>
1430 <string>subtitle.icns</string>
1431 <key>CFBundleTypeName</key>
1432 <string>PowerDivX Subtitle File</string>
1433 <key>CFBundleTypeRole</key>
1434 <string>Viewer</string>
1435 <key>LSTypeIsPackage</key>
1436 <false/>
1437 <key>NSPersistentStoreTypeKey</key>
1438 <string>Binary</string>
1439 </dict>
1440 <dict>
1441 <key>CFBundleTypeExtensions</key>
1442 <array>
1443 <string>sub</string>
1444 <string>mpsub</string>
1445 </array>
1446 <key>CFBundleTypeIconFile</key>
1447 <string>subtitle.icns</string>
1448 <key>CFBundleTypeName</key>
1449 <string>Subtitle File</string>
1450 <key>CFBundleTypeRole</key>
1451 <string>Viewer</string>
1452 <key>LSTypeIsPackage</key>
1453 <false/>
1454 <key>NSPersistentStoreTypeKey</key>
1455 <string>Binary</string>
1456 </dict>
1457 </array>
1458 <key>CFBundleURLTypes</key>
1459 <array>
1460 <dict>
1461 <key>CFBundleURLIconFile</key>
1462 <string>generic</string>
1463 <key>CFBundleURLName</key>
1464 <string>http(s) url</string>
1465 <key>CFBundleURLSchemes</key>
1466 <array>
1467 <string>http</string>
1468 <string>https</string>
1469 </array>
1470 <key>LSHandlerRank</key>
1471 <string>None</string>
1472 </dict>
1473 <dict>
1474 <key>CFBundleURLIconFile</key>
1475 <string>generic</string>
1476 <key>CFBundleURLName</key>
1477 <string>ftp url</string>
1478 <key>CFBundleURLSchemes</key>
1479 <array>
1480 <string>ftp</string>
1481 </array>
1482 </dict>
1483 <dict>
1484 <key>CFBundleURLIconFile</key>
1485 <string>generic</string>
1486 <key>CFBundleURLName</key>
1487 <string>Multimedia Stream URL</string>
1488 <key>CFBundleURLSchemes</key>
1489 <array>
1490 <string>mms</string>
1491 <string>mmsh</string>
1492 </array>
1493 </dict>
1494 <dict>
1495 <key>CFBundleURLIconFile</key>
1496 <string>generic</string>
1497 <key>CFBundleURLName</key>
1498 <string>RTSP</string>
1499 <key>CFBundleURLSchemes</key>
1500 <array>
1501 <string>rtsp</string>
1502 </array>
1503 </dict>
1504 <dict>
1505 <key>CFBundleURLIconFile</key>
1506 <string>generic</string>
1507 <key>CFBundleURLName</key>
1508 <string>udp url</string>
1509 <key>CFBundleURLSchemes</key>
1510 <array>
1511 <string>udp</string>
1512 </array>
1513 </dict>
1514 <dict>
1515 <key>CFBundleURLIconFile</key>
1516 <string>generic</string>
1517 <key>CFBundleURLName</key>
1518 <string>rtp url</string>
1519 <key>CFBundleURLSchemes</key>
1520 <array>
1521 <string>rtp</string>
1522 </array>
1523 </dict>
1524 <dict>
1525 <key>CFBundleURLIconFile</key>
1526 <string>generic</string>
1527 <key>CFBundleURLName</key>
1528 <string>rtmp url</string>
1529 <key>CFBundleURLSchemes</key>
1530 <array>
1531 <string>rtmp</string>
1532 <string>rtmps</string>
1533 <string>rtmpe</string>
1534 <string>rtmpt</string>
1535 </array>
1536 </dict>
1537 <dict>
1538 <key>CFBundleURLIconFile</key>
1539 <string>generic</string>
1540 <key>CFBundleURLName</key>
1541 <string>sftp url</string>
1542 <key>CFBundleURLSchemes</key>
1543 <array>
1544 <string>sftp</string>
1545 </array>
1546 </dict>
1547 <dict>
1548 <key>CFBundleURLIconFile</key>
1549 <string>generic</string>
1550 <key>CFBundleURLName</key>
1551 <string>smb url</string>
1552 <key>CFBundleURLSchemes</key>
1553 <array>
1554 <string>smb</string>
1555 </array>
1556 </dict>
1557 </array>
1558 <key>UTExportedTypeDeclarations</key>
1559 <array>
1560 <dict>
1561 <key>UTTypeDescription</key>
1562 <string>VLC playlist file</string>
1563 <key>UTTypeConformsTo</key>
1564 <array>
1565 <string>public.text</string>
1566 <string>public.playlist</string>
1567 </array>
1568 <key>UTTypeIdentifier</key>
1569 <string>org.videolan.vlc</string>
1570 <key>UTTypeTagSpecification</key>
1571 <dict>
1572 <key>public.mime-type</key>
1573 <array>
1574 <string>application/x-videolan-vlc</string>
1575 <string>application/videolan-vlc</string>
1576 </array>
1577 <key>public.filename-extension</key>
1578 <array>
1579 <string>vlc</string>
1580 </array>
1581 </dict>
1582 </dict>
1583 </array>
1584 <key>UTImportedTypeDeclarations</key>
1585 <array>
1586 <dict>
1587 <key>UTTypeConformsTo</key>
1588 <array>
1589 <string>public.movie</string>
1590 </array>
1591 <key>UTTypeDescription</key>
1592 <string>Flash Video File</string>
1593 <key>UTTypeIdentifier</key>
1594 <string>com.adobe.flash.video</string>
1595 <key>UTTypeTagSpecification</key>
1596 <dict>
1597 <key>public.filename-extension</key>
1598 <array>
1599 <string>flv</string>
1600 <string>f4v</string>
1601 <string>f4a</string>
1602 <string>f4b</string>
1603 </array>
1604 <key>public.mime-type</key>
1605 <array>
1606 <string>video/x-flv</string>
1607 </array>
1608 </dict>
1609 </dict>
1610 <dict>
1611 <key>UTTypeConformsTo</key>
1612 <array>
1613 <string>public.audio</string>
1614 </array>
1615 <key>UTTypeDescription</key>
1616 <string>The Sims Audio File</string>
1617 <key>UTTypeIdentifier</key>
1618 <string>org.videolan.xa</string>
1619 <key>UTTypeTagSpecification</key>
1620 <dict>
1621 <key>public.filename-extension</key>
1622 <array>
1623 <string>xa</string>
1624 </array>
1625 </dict>
1626 </dict>
1627 <dict>
1628 <key>UTTypeConformsTo</key>
1629 <array>
1630 <string>public.video</string>
1631 </array>
1632 <key>UTTypeDescription</key>
1633 <string>Expression Encoder Screen Capture File</string>
1634 <key>UTTypeIdentifier</key>
1635 <string>org.videolan.xesc</string>
1636 <key>UTTypeTagSpecification</key>
1637 <dict>
1638 <key>public.filename-extension</key>
1639 <array>
1640 <string>xesc</string>
1641 </array>
1642 </dict>
1643 </dict>
1644 <dict>
1645 <key>UTTypeConformsTo</key>
1646 <array>
1647 <string>public.audio</string>
1648 </array>
1649 <key>UTTypeDescription</key>
1650 <string>Monkey&apos;s Audio Lossless Audio</string>
1651 <key>UTTypeIdentifier</key>
1652 <string>org.videolan.ape</string>
1653 <key>UTTypeTagSpecification</key>
1654 <dict>
1655 <key>public.filename-extension</key>
1656 <array>
1657 <string>ape</string>
1658 </array>
1659 </dict>
1660 </dict>
1661 <dict>
1662 <key>UTTypeConformsTo</key>
1663 <array>
1664 <string>public.audio</string>
1665 </array>
1666 <key>UTTypeDescription</key>
1667 <string>FLAC Audio File</string>
1668 <key>UTTypeIdentifier</key>
1669 <string>org.xiph.flac</string>
1670 <key>UTTypeTagSpecification</key>
1671 <dict>
1672 <key>public.filename-extension</key>
1673 <array>
1674 <string>flac</string>
1675 </array>
1676 <key>public.mime-type</key>
1677 <array>
1678 <string>audio/flac</string>
1679 </array>
1680 </dict>
1681 </dict>
1682 <dict>
1683 <key>UTTypeConformsTo</key>
1684 <array>
1685 <string>public.audio</string>
1686 </array>
1687 <key>UTTypeDescription</key>
1688 <string>WavePack Audio File</string>
1689 <key>UTTypeIdentifier</key>
1690 <string>org.videolan.wv</string>
1691 <key>UTTypeTagSpecification</key>
1692 <dict>
1693 <key>public.filename-extension</key>
1694 <array>
1695 <string>wv</string>
1696 </array>
1697 </dict>
1698 </dict>
1699 <dict>
1700 <key>UTTypeConformsTo</key>
1701 <array>
1702 <string>public.audio</string>
1703 </array>
1704 <key>UTTypeDescription</key>
1705 <string>True Audio Free Lossless Audio</string>
1706 <key>UTTypeIdentifier</key>
1707 <string>org.videolan.tta</string>
1708 <key>UTTypeTagSpecification</key>
1709 <dict>
1710 <key>public.filename-extension</key>
1711 <array>
1712 <string>tta</string>
1713 </array>
1714 </dict>
1715 </dict>
1716 <dict>
1717 <key>UTTypeConformsTo</key>
1718 <array>
1719 <string>public.audio</string>
1720 </array>
1721 <key>UTTypeDescription</key>
1722 <string>RealAudio</string>
1723 <key>UTTypeIdentifier</key>
1724 <string>com.real.realaudio</string>
1725 <key>UTTypeTagSpecification</key>
1726 <dict>
1727 <key>com.apple.ostype</key>
1728 <array>
1729 <string>PNRA</string>
1730 </array>
1731 <key>public.filename-extension</key>
1732 <array>
1733 <string>ra</string>
1734 <string>rax</string>
1735 </array>
1736 <key>public.mime-type</key>
1737 <array>
1738 <string>audio/vnd.rn-realaudio</string>
1739 <string>audio/x-realaudio</string>
1740 </array>
1741 </dict>
1742 </dict>
1743 <dict>
1744 <key>UTTypeConformsTo</key>
1745 <array>
1746 <string>public.movie</string>
1747 </array>
1748 <key>UTTypeDescription</key>
1749 <string>RealMedia</string>
1750 <key>UTTypeIdentifier</key>
1751 <string>com.real.realmedia</string>
1752 <key>UTTypeTagSpecification</key>
1753 <dict>
1754 <key>com.apple.ostype</key>
1755 <array>
1756 <string>PNRM</string>
1757 </array>
1758 <key>public.filename-extension</key>
1759 <array>
1760 <string>rm</string>
1761 <string>rv</string>
1762 <string>rmj</string>
1763 <string>rpm</string>
1764 <string>rp</string>
1765 <string>rt</string>
1766 <string>rmvb</string>
1767 <string>rmd</string>
1768 <string>rms</string>
1769 <string>rmx</string>
1770 <string>rvx</string>
1771 </array>
1772 <key>public.mime-type</key>
1773 <array>
1774 <string>application/vnd.rn-realmedia</string>
1775 <string>application/vnd.rn-realmedia-vbr</string>
1776 <string>text/vnd.rn-realtext</string>
1777 <string>audio/x-pn-realaudio-plugin</string>
1778 </array>
1779 </dict>
1780 </dict>
1781 <dict>
1782 <key>UTTypeConformsTo</key>
1783 <array>
1784 <string>public.text</string>
1785 </array>
1786 <key>UTTypeDescription</key>
1787 <string>RealMedia Metafile</string>
1788 <key>UTTypeIdentifier</key>
1789 <string>com.real.ram</string>
1790 <key>UTTypeTagSpecification</key>
1791 <dict>
1792 <key>public.filename-extension</key>
1793 <array>
1794 <string>ram</string>
1795 </array>
1796 <key>public.mime-type</key>
1797 <array>
1798 <string>audio/x-pn-realaudio</string>
1799 </array>
1800 </dict>
1801 </dict>
1802 <dict>
1803 <key>UTTypeConformsTo</key>
1804 <array>
1805 <string>public.audio</string>
1806 </array>
1807 <key>UTTypeDescription</key>
1808 <string>Musepack Audio File</string>
1809 <key>UTTypeIdentifier</key>
1810 <string>org.videolan.mpc</string>
1811 <key>UTTypeTagSpecification</key>
1812 <dict>
1813 <key>public.filename-extension</key>
1814 <array>
1815 <string>mpc</string>
1816 </array>
1817 </dict>
1818 </dict>
1819 <dict>
1820 <key>UTTypeConformsTo</key>
1821 <array>
1822 <string>public.audio</string>
1823 </array>
1824 <key>UTTypeDescription</key>
1825 <string>MOD Audio File</string>
1826 <key>UTTypeIdentifier</key>
1827 <string>org.videolan.mod</string>
1828 <key>UTTypeTagSpecification</key>
1829 <dict>
1830 <key>com.apple.ostype</key>
1831 <array>
1832 <string>STrk</string>
1833 </array>
1834 <key>public.filename-extension</key>
1835 <array>
1836 <string>mod</string>
1837 <string>strk</string>
1838 </array>
1839 <key>public.mime-type</key>
1840 <array>
1841 <string>audio/mod</string>
1842 <string>audio/x-mod</string>
1843 <string>audio/module-mod</string>
1844 </array>
1845 </dict>
1846 </dict>
1847 <dict>
1848 <key>UTTypeConformsTo</key>
1849 <array>
1850 <string>public.audio</string>
1851 </array>
1852 <key>UTTypeDescription</key>
1853 <string>Impulse Tracker Module File</string>
1854 <key>UTTypeIdentifier</key>
1855 <string>org.videolan.it</string>
1856 <key>UTTypeTagSpecification</key>
1857 <dict>
1858 <key>public.filename-extension</key>
1859 <array>
1860 <string>it</string>
1861 </array>
1862 </dict>
1863 </dict>
1864 <dict>
1865 <key>UTTypeConformsTo</key>
1866 <array>
1867 <string>public.audio</string>
1868 </array>
1869 <key>UTTypeDescription</key>
1870 <string>XM audio file</string>
1871 <key>UTTypeIdentifier</key>
1872 <string>org.videolan.xm</string>
1873 <key>UTTypeTagSpecification</key>
1874 <dict>
1875 <key>public.filename-extension</key>
1876 <array>
1877 <string>xm</string>
1878 </array>
1879 </dict>
1880 </dict>
1881 <dict>
1882 <key>UTTypeConformsTo</key>
1883 <array>
1884 <string>public.audio</string>
1885 </array>
1886 <key>UTTypeDescription</key>
1887 <string>Adaptive Multi-Rate Codec File</string>
1888 <key>UTTypeIdentifier</key>
1889 <string>org.videolan.amr</string>
1890 <key>UTTypeTagSpecification</key>
1891 <dict>
1892 <key>public.filename-extension</key>
1893 <array>
1894 <string>amr</string>
1895 </array>
1896 </dict>
1897 </dict>
1898 <dict>
1899 <key>UTTypeConformsTo</key>
1900 <array>
1901 <string>public.audio</string>
1902 </array>
1903 <key>UTTypeDescription</key>
1904 <string>DVD-Audio Audio Object File</string>
1905 <key>UTTypeIdentifier</key>
1906 <string>org.videolan.aob</string>
1907 <key>UTTypeTagSpecification</key>
1908 <dict>
1909 <key>public.filename-extension</key>
1910 <array>
1911 <string>aob</string>
1912 </array>
1913 </dict>
1914 </dict>
1915 <dict>
1916 <key>UTTypeConformsTo</key>
1917 <array>
1918 <string>public.audio</string>
1919 </array>
1920 <key>UTTypeDescription</key>
1921 <string>DTS Encoded Audio File</string>
1922 <key>UTTypeIdentifier</key>
1923 <string>org.videolan.dts</string>
1924 <key>UTTypeTagSpecification</key>
1925 <dict>
1926 <key>public.filename-extension</key>
1927 <array>
1928 <string>dts</string>
1929 </array>
1930 </dict>
1931 </dict>
1932 <dict>
1933 <key>UTTypeConformsTo</key>
1934 <array>
1935 <string>public.audio</string>
1936 </array>
1937 <key>UTTypeDescription</key>
1938 <string>Speex Audio File</string>
1939 <key>UTTypeIdentifier</key>
1940 <string>org.videolan.spx</string>
1941 <key>UTTypeTagSpecification</key>
1942 <dict>
1943 <key>public.filename-extension</key>
1944 <array>
1945 <string>spx</string>
1946 </array>
1947 </dict>
1948 </dict>
1949 <dict>
1950 <key>UTTypeConformsTo</key>
1951 <array>
1952 <string>public.video</string>
1953 </array>
1954 <key>UTTypeDescription</key>
1955 <string>VOB File (DVD Video)</string>
1956 <key>UTTypeIdentifier</key>
1957 <string>org.videolan.vob</string>
1958 <key>UTTypeTagSpecification</key>
1959 <dict>
1960 <key>public.filename-extension</key>
1961 <array>
1962 <string>vob</string>
1963 </array>
1964 </dict>
1965 </dict>
1966 <dict>
1967 <key>UTTypeConformsTo</key>
1968 <array>
1969 <string>public.audio</string>
1970 </array>
1971 <key>UTTypeDescription</key>
1972 <string>OPUS file</string>
1973 <key>UTTypeIdentifier</key>
1974 <string>org.xiph.opus</string>
1975 <key>UTTypeTagSpecification</key>
1976 <dict>
1977 <key>public.filename-extension</key>
1978 <array>
1979 <string>opus</string>
1980 </array>
1981 </dict>
1982 </dict>
1983 <dict>
1984 <key>UTTypeConformsTo</key>
1985 <array>
1986 <string>public.video</string>
1987 </array>
1988 <key>UTTypeDescription</key>
1989 <string>Ogg Video File</string>
1990 <key>UTTypeIdentifier</key>
1991 <string>org.xiph.ogg-video</string>
1992 <key>UTTypeTagSpecification</key>
1993 <dict>
1994 <key>public.filename-extension</key>
1995 <array>
1996 <string>ogm</string>
1997 <string>ogv</string>
1998 </array>
1999 </dict>
2000 </dict>
2001 <dict>
2002 <key>UTTypeConformsTo</key>
2003 <array>
2004 <string>public.audio</string>
2005 </array>
2006 <key>UTTypeDescription</key>
2007 <string>Ogg Audio File</string>
2008 <key>UTTypeIdentifier</key>
2009 <string>org.videolan.ogg-audio</string>
2010 <key>UTTypeTagSpecification</key>
2011 <dict>
2012 <key>public.filename-extension</key>
2013 <array>
2014 <string>ogg</string>
2015 <string>oga</string>
2016 </array>
2017 </dict>
2018 </dict>
2019 <dict>
2020 <key>UTTypeConformsTo</key>
2021 <array>
2022 <string>public.audio</string>
2023 </array>
2024 <key>UTTypeDescription</key>
2025 <string>Sony OpenMG Music File</string>
2026 <key>UTTypeIdentifier</key>
2027 <string>org.videolan.oma</string>
2028 <key>UTTypeTagSpecification</key>
2029 <dict>
2030 <key>public.filename-extension</key>
2031 <array>
2032 <string>oma</string>
2033 </array>
2034 </dict>
2035 </dict>
2036 <dict>
2037 <key>UTTypeConformsTo</key>
2038 <array>
2039 <string>public.audio</string>
2040 </array>
2041 <key>UTTypeDescription</key>
2042 <string>Creative Labs Audio File</string>
2043 <key>UTTypeIdentifier</key>
2044 <string>org.videolan.voc</string>
2045 <key>UTTypeTagSpecification</key>
2046 <dict>
2047 <key>public.filename-extension</key>
2048 <array>
2049 <string>voc</string>
2050 </array>
2051 </dict>
2052 </dict>
2053 <dict>
2054 <key>UTTypeConformsTo</key>
2055 <array>
2056 <string>public.audio</string>
2057 </array>
2058 <key>UTTypeDescription</key>
2059 <string>TwinVQ Audio File</string>
2060 <key>UTTypeIdentifier</key>
2061 <string>org.videolan.vqf</string>
2062 <key>UTTypeTagSpecification</key>
2063 <dict>
2064 <key>public.filename-extension</key>
2065 <array>
2066 <string>vqf</string>
2067 </array>
2068 </dict>
2069 </dict>
2070 <dict>
2071 <key>UTTypeConformsTo</key>
2072 <array>
2073 <string>public.audio</string>
2074 </array>
2075 <key>UTTypeDescription</key>
2076 <string>Annodex Audio File</string>
2077 <key>UTTypeIdentifier</key>
2078 <string>org.videolan.axa</string>
2079 <key>UTTypeTagSpecification</key>
2080 <dict>
2081 <key>public.filename-extension</key>
2082 <array>
2083 <string>axa</string>
2084 </array>
2085 </dict>
2086 </dict>
2087 <dict>
2088 <key>UTTypeConformsTo</key>
2089 <array>
2090 <string>public.movie</string>
2091 </array>
2092 <key>UTTypeDescription</key>
2093 <string>Annodex Video File</string>
2094 <key>UTTypeIdentifier</key>
2095 <string>org.videolan.axv</string>
2096 <key>UTTypeTagSpecification</key>
2097 <dict>
2098 <key>public.filename-extension</key>
2099 <array>
2100 <string>axv</string>
2101 </array>
2102 </dict>
2103 </dict>
2104 <dict>
2105 <key>UTTypeConformsTo</key>
2106 <array>
2107 <string>public.movie</string>
2108 </array>
2109 <key>UTTypeDescription</key>
2110 <string>General eXchange Format File</string>
2111 <key>UTTypeIdentifier</key>
2112 <string>org.videolan.gxf</string>
2113 <key>UTTypeTagSpecification</key>
2114 <dict>
2115 <key>public.filename-extension</key>
2116 <array>
2117 <string>gxf</string>
2118 </array>
2119 </dict>
2120 </dict>
2121 <dict>
2122 <key>UTTypeConformsTo</key>
2123 <array>
2124 <string>public.movie</string>
2125 </array>
2126 <key>UTTypeDescription</key>
2127 <string>Material Exchange Format</string>
2128 <key>UTTypeIdentifier</key>
2129 <string>org.videolan.mxf</string>
2130 <key>UTTypeTagSpecification</key>
2131 <dict>
2132 <key>public.filename-extension</key>
2133 <array>
2134 <string>mxf</string>
2135 </array>
2136 </dict>
2137 </dict>
2138 <dict>
2139 <key>UTTypeConformsTo</key>
2140 <array>
2141 <string>public.movie</string>
2142 </array>
2143 <key>UTTypeDescription</key>
2144 <string>DivX file</string>
2145 <key>UTTypeIdentifier</key>
2146 <string>org.videolan.divx</string>
2147 <key>UTTypeTagSpecification</key>
2148 <dict>
2149 <key>public.filename-extension</key>
2150 <array>
2151 <string>divx</string>
2152 </array>
2153 </dict>
2154 </dict>
2155 <dict>
2156 <key>UTTypeConformsTo</key>
2157 <array>
2158 <string>public.movie</string>
2159 </array>
2160 <key>UTTypeDescription</key>
2161 <string>Windows Recorded TV Show</string>
2162 <key>UTTypeIdentifier</key>
2163 <string>org.videolan.wtv</string>
2164 <key>UTTypeTagSpecification</key>
2165 <dict>
2166 <key>public.filename-extension</key>
2167 <array>
2168 <string>wtv</string>
2169 </array>
2170 </dict>
2171 </dict>
2172 <dict>
2173 <key>UTTypeConformsTo</key>
2174 <array>
2175 <string>public.movie</string>
2176 </array>
2177 <key>UTTypeDescription</key>
2178 <string>MPEG-2 Stream</string>
2179 <key>UTTypeIdentifier</key>
2180 <string>org.videolan.mpeg-stream</string>
2181 <key>UTTypeTagSpecification</key>
2182 <dict>
2183 <key>public.filename-extension</key>
2184 <array>
2185 <string>m2p</string>
2186 <string>ps</string>
2187 <string>tp</string>
2188 <string>ts</string>
2189 <string>m2ts</string>
2190 <string>mts</string>
2191 <string>mt2s</string>
2192 </array>
2193 </dict>
2194 </dict>
2195 <dict>
2196 <key>UTTypeConformsTo</key>
2197 <array>
2198 <string>public.audio</string>
2199 </array>
2200 <key>UTTypeDescription</key>
2201 <string>Meridian Lossless Packing Audio File</string>
2202 <key>UTTypeIdentifier</key>
2203 <string>org.videolan.mlp</string>
2204 <key>UTTypeTagSpecification</key>
2205 <dict>
2206 <key>public.filename-extension</key>
2207 <array>
2208 <string>mlp</string>
2209 </array>
2210 </dict>
2211 </dict>
2212 <dict>
2213 <key>UTTypeConformsTo</key>
2214 <array>
2215 <string>public.audio</string>
2216 </array>
2217 <key>UTTypeDescription</key>
2218 <string>Matroska Audio File</string>
2219 <key>UTTypeIdentifier</key>
2220 <string>org.matroska.mka</string>
2221 <key>UTTypeTagSpecification</key>
2222 <dict>
2223 <key>public.filename-extension</key>
2224 <array>
2225 <string>mka</string>
2226 </array>
2227 </dict>
2228 </dict>
2229 <dict>
2230 <key>UTTypeConformsTo</key>
2231 <array>
2232 <string>public.movie</string>
2233 </array>
2234 <key>UTTypeDescription</key>
2235 <string>Matroska Video File</string>
2236 <key>UTTypeIdentifier</key>
2237 <string>org.matroska.mkv</string>
2238 <key>UTTypeTagSpecification</key>
2239 <dict>
2240 <key>public.filename-extension</key>
2241 <array>
2242 <string>mkv</string>
2243 </array>
2244 </dict>
2245 </dict>
2246 <dict>
2247 <key>UTTypeConformsTo</key>
2248 <array>
2249 <string>public.movie</string>
2250 <string>org.matroska.mkv</string>
2251 </array>
2252 <key>UTTypeDescription</key>
2253 <string>WebM Video File</string>
2254 <key>UTTypeIdentifier</key>
2255 <string>org.videolan.webm</string>
2256 <key>UTTypeTagSpecification</key>
2257 <dict>
2258 <key>public.filename-extension</key>
2259 <array>
2260 <string>webm</string>
2261 </array>
2262 </dict>
2263 </dict>
2264 <dict>
2265 <key>UTTypeConformsTo</key>
2266 <array>
2267 <string>public.movie</string>
2268 </array>
2269 <key>UTTypeDescription</key>
2270 <string>Topfield PVR Recording</string>
2271 <key>UTTypeIdentifier</key>
2272 <string>org.videolan.rec</string>
2273 <key>UTTypeTagSpecification</key>
2274 <dict>
2275 <key>public.filename-extension</key>
2276 <array>
2277 <string>rec</string>
2278 </array>
2279 </dict>
2280 </dict>
2281 <dict>
2282 <key>UTTypeConformsTo</key>
2283 <array>
2284 <string>public.audio</string>
2285 </array>
2286 <key>UTTypeDescription</key>
2287 <string>RMID MIDI File</string>
2288 <key>UTTypeIdentifier</key>
2289 <string>org.videolan.rmi</string>
2290 <key>UTTypeTagSpecification</key>
2291 <dict>
2292 <key>public.filename-extension</key>
2293 <array>
2294 <string>rmi</string>
2295 </array>
2296 </dict>
2297 </dict>
2298 <dict>
2299 <key>UTTypeConformsTo</key>
2300 <array>
2301 <string>public.audio</string>
2302 </array>
2303 <key>UTTypeDescription</key>
2304 <string>ScreamTracker 3 Module</string>
2305 <key>UTTypeIdentifier</key>
2306 <string>org.videolan.s3m</string>
2307 <key>UTTypeTagSpecification</key>
2308 <dict>
2309 <key>public.filename-extension</key>
2310 <array>
2311 <string>s3m</string>
2312 </array>
2313 </dict>
2314 </dict>
2315 <dict>
2316 <key>UTTypeConformsTo</key>
2317 <array>
2318 <string>public.movie</string>
2319 </array>
2320 <key>UTTypeDescription</key>
2321 <string>DVD Video Recording Format</string>
2322 <key>UTTypeIdentifier</key>
2323 <string>org.videolan.vro</string>
2324 <key>UTTypeTagSpecification</key>
2325 <dict>
2326 <key>public.filename-extension</key>
2327 <array>
2328 <string>vro</string>
2329 </array>
2330 </dict>
2331 </dict>
2332 <dict>
2333 <key>UTTypeConformsTo</key>
2334 <array>
2335 <string>public.movie</string>
2336 </array>
2337 <key>UTTypeDescription</key>
2338 <string>JVC Everio Video Capture File</string>
2339 <key>UTTypeIdentifier</key>
2340 <string>org.videolan.tod</string>
2341 <key>UTTypeTagSpecification</key>
2342 <dict>
2343 <key>public.filename-extension</key>
2344 <array>
2345 <string>tod</string>
2346 </array>
2347 </dict>
2348 </dict>
2349 <dict>
2350 <key>UTTypeConformsTo</key>
2351 <array>
2352 <string>public.video</string>
2353 </array>
2354 <key>UTTypeDescription</key>
2355 <string>Nullsoft Streaming Video</string>
2356 <key>UTTypeIdentifier</key>
2357 <string>org.videolan.nsv</string>
2358 <key>UTTypeTagSpecification</key>
2359 <dict>
2360 <key>public.filename-extension</key>
2361 <array>
2362 <string>nsv</string>
2363 </array>
2364 </dict>
2365 </dict>
2366 <dict>
2367 <key>UTTypeConformsTo</key>
2368 <array>
2369 <string>public.video</string>
2370 </array>
2371 <key>UTTypeDescription</key>
2372 <string>NuppleVideo File</string>
2373 <key>UTTypeIdentifier</key>
2374 <string>com.mythtv.nuv</string>
2375 <key>UTTypeTagSpecification</key>
2376 <dict>
2377 <key>public.filename-extension</key>
2378 <array>
2379 <string>nuv</string>
2380 </array>
2381 </dict>
2382 </dict>
2383 <dict>
2384 <key>UTTypeConformsTo</key>
2385 <array>
2386 <string>public.data</string>
2387 <string>public.archive</string>
2388 </array>
2389 <key>UTTypeDescription</key>
2390 <string>RAR Archive</string>
2391 <key>UTTypeIconFile</key>
2392 <string>rar</string>
2393 <key>UTTypeIdentifier</key>
2394 <string>com.rarlab.rar-archive</string>
2395 <key>UTTypeTagSpecification</key>
2396 <dict>
2397 <key>public.filename-extension</key>
2398 <array>
2399 <string>rar</string>
2400 </array>
2401 <key>public.mime-type</key>
2402 <array>
2403 <string>application/x-rar</string>
2404 <string>application/x-rar-compressed</string>
2405 </array>
2406 </dict>
2407 </dict>
2408 <dict>
2409 <key>UTTypeConformsTo</key>
2410 <array>
2411 <string>public.audio</string>
2412 </array>
2413 <key>UTTypeDescription</key>
2414 <string>DSD Interchange File</string>
2415 <key>UTTypeIdentifier</key>
2416 <string>com.philips.dsdiff</string>
2417 <key>UTTypeTagSpecification</key>
2418 <dict>
2419 <key>public.filename-extension</key>
2420 <array>
2421 <string>dff</string>
2422 </array>
2423 <key>public.mime-type</key>
2424 <array>
2425 <string>audio/x-dff</string>
2426 </array>
2427 </dict>
2428 </dict>
2429 <dict>
2430 <key>UTTypeConformsTo</key>
2431 <array>
2432 <string>public.audio</string>
2433 </array>
2434 <key>UTTypeDescription</key>
2435 <string>DSD Stream File</string>
2436 <key>UTTypeIdentifier</key>
2437 <string>com.sony.dsf</string>
2438 <key>UTTypeTagSpecification</key>
2439 <dict>
2440 <key>public.filename-extension</key>
2441 <array>
2442 <string>dsf</string>
2443 </array>
2444 <key>public.mime-type</key>
2445 <array>
2446 <string>audio/x-dsf</string>
2447 </array>
2448 </dict>
2449 </dict>
2450 </array>
2451 </dict>
2452 </plist>