]> git.sesse.net Git - vlc/blob - extras/package/macosx/Info.plist.in
macosx: Set minimum OS version for the VLC application bundle
[vlc] / extras / package / macosx / Info.plist.in
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>CFBundleTypeName</key>
11                         <string>Folder</string>
12                         <key>CFBundleTypeOSTypes</key>
13                         <array>
14                                 <string>fold</string>
15                         </array>
16                         <key>CFBundleTypeRole</key>
17                         <string>Viewer</string>
18                 </dict>
19                 <dict>
20                         <key>CFBundleTypeExtensions</key>
21                         <array>
22                                 <string>flv</string>
23                         </array>
24                         <key>CFBundleTypeIconFile</key>
25                         <string>flv.icns</string>
26                         <key>CFBundleTypeName</key>
27                         <string>Flash Video File</string>
28                         <key>CFBundleTypeRole</key>
29                         <string>Viewer</string>
30                 </dict>
31                 <dict>
32                         <key>CFBundleTypeExtensions</key>
33                         <array>
34                                 <string>gvp</string>
35                         </array>
36                         <key>CFBundleTypeIconFile</key>
37                         <string>playlist.icns</string>
38                         <key>CFBundleTypeName</key>
39                         <string>Google Video Playlist</string>
40                         <key>CFBundleTypeRole</key>
41                         <string>Viewer</string>
42                 </dict>
43                 <dict>
44                         <key>CFBundleTypeExtensions</key>
45                         <array>
46                                 <string>xspf</string>
47                         </array>
48                         <key>CFBundleTypeIconFile</key>
49                         <string>playlist.icns</string>
50                         <key>CFBundleTypeMIMETypes</key>
51                         <array>
52                                 <string>application/xspf+xml</string>
53                         </array>
54                         <key>CFBundleTypeName</key>
55                         <string>XSPF Playlist</string>
56                         <key>CFBundleTypeRole</key>
57                         <string>Viewer</string>
58                 </dict>
59                 <dict>
60                         <key>CFBundleTypeExtensions</key>
61                         <array>
62                                 <string>pls</string>
63                         </array>
64                         <key>CFBundleTypeIconFile</key>
65                         <string>playlist.icns</string>
66                         <key>CFBundleTypeName</key>
67                         <string>Shoutcast playlist</string>
68                         <key>CFBundleTypeRole</key>
69                         <string>Viewer</string>
70                 </dict>
71                 <dict>
72                         <key>CFBundleTypeExtensions</key>
73                         <array>
74                                 <string>m3u</string>
75                         </array>
76                         <key>CFBundleTypeIconFile</key>
77                         <string>playlist.icns</string>
78                         <key>CFBundleTypeName</key>
79                         <string>Playlist file</string>
80                         <key>CFBundleTypeRole</key>
81                         <string>Viewer</string>
82                 </dict>
83                 <dict>
84                         <key>CFBundleTypeExtensions</key>
85                         <array>
86                                 <string>vlc</string>
87                         </array>
88                         <key>CFBundleTypeIconFile</key>
89                         <string>playlist.icns</string>
90                         <key>CFBundleTypeMIMETypes</key>
91                         <array>
92                                 <string>application/x-videolan-vlc</string>
93                                 <string>application/videolan-vlc</string>
94                         </array>
95                         <key>CFBundleTypeName</key>
96                         <string>VLC file</string>
97                         <key>CFBundleTypeRole</key>
98                         <string>Viewer</string>
99                 </dict>
100                 <dict>
101                         <key>CFBundleTypeExtensions</key>
102                         <array>
103                                 <string>asx</string>
104                         </array>
105                         <key>CFBundleTypeIconFile</key>
106                         <string>playlist.icns</string>
107                         <key>CFBundleTypeName</key>
108                         <string>ASX file</string>
109                         <key>CFBundleTypeRole</key>
110                         <string>Viewer</string>
111                 </dict>
112                 <dict>
113                         <key>CFBundleTypeExtensions</key>
114                         <array>
115                                 <string>ape</string>
116                         </array>
117                         <key>CFBundleTypeIconFile</key>
118                         <string>audio.icns</string>
119                         <key>CFBundleTypeName</key>
120                         <string>Monkey's Audio Lossless Audio Compression</string>
121                         <key>CFBundleTypeRole</key>
122                         <string>Viewer</string>
123                         <key>LSTypeIsPackage</key>
124                         <false/>
125                         <key>NSPersistentStoreTypeKey</key>
126                         <string>Binary</string>
127                 </dict>
128                 <dict>
129                         <key>CFBundleTypeExtensions</key>
130                         <array>
131                                 <string>flac</string>
132                         </array>
133                         <key>CFBundleTypeIconFile</key>
134                         <string>audio.icns</string>
135                         <key>CFBundleTypeMIMETypes</key>
136                         <array>
137                                 <string>audio/flac</string>
138                         </array>
139                         <key>CFBundleTypeName</key>
140                         <string>FLAC Audio File</string>
141                         <key>CFBundleTypeRole</key>
142                         <string>Viewer</string>
143                 </dict>
144                 <dict>
145                         <key>CFBundleTypeExtensions</key>
146                         <array>
147                                 <string>wv</string>
148                         </array>
149                         <key>CFBundleTypeIconFile</key>
150                         <string>audio.icns</string>
151                         <key>CFBundleTypeName</key>
152                         <string>WavePack Audio File</string>
153                         <key>CFBundleTypeRole</key>
154                         <string>Viewer</string>
155                         <key>LSTypeIsPackage</key>
156                         <false/>
157                         <key>NSPersistentStoreTypeKey</key>
158                         <string>Binary</string>
159                 </dict>
160                 <dict>
161                         <key>CFBundleTypeExtensions</key>
162                         <array>
163                                 <string>tta</string>
164                         </array>
165                         <key>CFBundleTypeIconFile</key>
166                         <string>audio.icns</string>
167                         <key>CFBundleTypeName</key>
168                         <string>True Audio Free Lossless Audio</string>
169                         <key>CFBundleTypeRole</key>
170                         <string>Viewer</string>
171                         <key>LSTypeIsPackage</key>
172                         <false/>
173                         <key>NSPersistentStoreTypeKey</key>
174                         <string>Binary</string>
175                 </dict>
176                 <dict>
177                         <key>CFBundleTypeExtensions</key>
178                         <array>
179                                 <string>mpc</string>
180                         </array>
181                         <key>CFBundleTypeIconFile</key>
182                         <string>audio.icns</string>
183                         <key>CFBundleTypeName</key>
184                         <string>Musepack Audio File</string>
185                         <key>CFBundleTypeRole</key>
186                         <string>Viewer</string>
187                 </dict>
188                 <dict>
189                         <key>CFBundleTypeExtensions</key>
190                         <array>
191                                 <string>ram</string>
192                                 <string>rm</string>
193                         </array>
194                         <key>CFBundleTypeIconFile</key>
195                         <string>rm.icns</string>
196                         <key>CFBundleTypeName</key>
197                         <string>RealPlayer Media Files</string>
198                         <key>CFBundleTypeRole</key>
199                         <string>Viewer</string>
200                 </dict>
201                 <dict>
202                         <key>CFBundleTypeExtensions</key>
203                         <array>
204                                 <string>img</string>
205                         </array>
206                         <key>CFBundleTypeIconFile</key>
207                         <string>generic.icns</string>
208                         <key>CFBundleTypeName</key>
209                         <string>IMG Disk Image</string>
210                         <key>CFBundleTypeRole</key>
211                         <string>Viewer</string>
212                 </dict>
213                 <dict>
214                         <key>CFBundleTypeExtensions</key>
215                         <array>
216                                 <string>mod</string>
217                         </array>
218                         <key>CFBundleTypeIconFile</key>
219                         <string>audio.icns</string>
220                         <key>CFBundleTypeName</key>
221                         <string>MOD Audio File</string>
222                         <key>CFBundleTypeRole</key>
223                         <string>Viewer</string>
224                 </dict>
225                 <dict>
226                         <key>CFBundleTypeExtensions</key>
227                         <array>
228                                 <string>it</string>
229                         </array>
230                         <key>CFBundleTypeIconFile</key>
231                         <string>audio.icns</string>
232                         <key>CFBundleTypeName</key>
233                         <string>Impulse Tracker Module File</string>
234                         <key>CFBundleTypeRole</key>
235                         <string>Viewer</string>
236                 </dict>
237                 <dict>
238                         <key>CFBundleTypeExtensions</key>
239                         <array>
240                                 <string>xm</string>
241                         </array>
242                         <key>CFBundleTypeIconFile</key>
243                         <string>audio.icns</string>
244                         <key>CFBundleTypeName</key>
245                         <string>XM audio file</string>
246                         <key>CFBundleTypeRole</key>
247                         <string>Viewer</string>
248                         <key>LSTypeIsPackage</key>
249                         <false/>
250                         <key>NSPersistentStoreTypeKey</key>
251                         <string>Binary</string>
252                 </dict>
253                 <dict>
254                         <key>CFBundleTypeExtensions</key>
255                         <array>
256                                 <string>aiff</string>
257                                 <string>aif</string>
258                         </array>
259                         <key>CFBundleTypeIconFile</key>
260                         <string>aiff.icns</string>
261                         <key>CFBundleTypeName</key>
262                         <string>AIFF file</string>
263                         <key>CFBundleTypeRole</key>
264                         <string>Viewer</string>
265                 </dict>
266                 <dict>
267                         <key>CFBundleTypeExtensions</key>
268                         <array>
269                                 <string>spx</string>
270                         </array>
271                         <key>CFBundleTypeIconFile</key>
272                         <string>ogg.icns</string>
273                         <key>CFBundleTypeMIMETypes</key>
274                         <array>
275                                 <string>audio/ogg</string>
276                         </array>
277                         <key>CFBundleTypeName</key>
278                         <string>Speex Audio File</string>
279                         <key>CFBundleTypeRole</key>
280                         <string>Viewer</string>
281                 </dict>
282                 <dict>
283                         <key>CFBundleTypeExtensions</key>
284                         <array>
285                                 <string>sdp</string>
286                         </array>
287                         <key>CFBundleTypeIconFile</key>
288                         <string>generic.icns</string>
289                         <key>CFBundleTypeName</key>
290                         <string>Session Description Protocol File</string>
291                         <key>CFBundleTypeRole</key>
292                         <string>Viewer</string>
293                 </dict>
294                 <dict>
295                         <key>CFBundleTypeExtensions</key>
296                         <array>
297                                 <string>wav</string>
298                         </array>
299                         <key>CFBundleTypeIconFile</key>
300                         <string>wav.icns</string>
301                         <key>CFBundleTypeName</key>
302                         <string>WAVE Audio File</string>
303                         <key>CFBundleTypeRole</key>
304                         <string>Viewer</string>
305                 </dict>
306                 <dict>
307                         <key>CFBundleTypeExtensions</key>
308                         <array>
309                                 <string>vob</string>
310                         </array>
311                         <key>CFBundleTypeIconFile</key>
312                         <string>vob.icns</string>
313                         <key>CFBundleTypeName</key>
314                         <string>VOB File (DVD Video)</string>
315                         <key>CFBundleTypeRole</key>
316                         <string>Viewer</string>
317                 </dict>
318                 <dict>
319                         <key>CFBundleTypeExtensions</key>
320                         <array>
321                                 <string>dat</string>
322                         </array>
323                         <key>CFBundleTypeIconFile</key>
324                         <string>generic.icns</string>
325                         <key>CFBundleTypeName</key>
326                         <string>DAT file</string>
327                         <key>CFBundleTypeRole</key>
328                         <string>Viewer</string>
329                 </dict>
330                 <dict>
331                         <key>CFBundleTypeExtensions</key>
332                         <array>
333                                 <string>cue</string>
334                         </array>
335                         <key>CFBundleTypeIconFile</key>
336                         <string>generic.icns</string>
337                         <key>CFBundleTypeName</key>
338                         <string>CUE file</string>
339                         <key>CFBundleTypeRole</key>
340                         <string>Viewer</string>
341                 </dict>
342                 <dict>
343                         <key>CFBundleTypeExtensions</key>
344                         <array>
345                                 <string>iso</string>
346                                 <string>bin</string>
347                         </array>
348                         <key>CFBundleTypeIconFile</key>
349                         <string>generic.icns</string>
350                         <key>CFBundleTypeName</key>
351                         <string>ISO file</string>
352                         <key>CFBundleTypeRole</key>
353                         <string>Viewer</string>
354                 </dict>
355                 <dict>
356                         <key>CFBundleTypeExtensions</key>
357                         <array>
358                                 <string>a52</string>
359                                 <string>ac3</string>
360                         </array>
361                         <key>CFBundleTypeIconFile</key>
362                         <string>audio.icns</string>
363                         <key>CFBundleTypeName</key>
364                         <string>Digital Audio</string>
365                         <key>CFBundleTypeRole</key>
366                         <string>Viewer</string>
367                 </dict>
368                 <dict>
369                         <key>CFBundleTypeExtensions</key>
370                         <array>
371                                 <string>aac</string>
372                         </array>
373                         <key>CFBundleTypeIconFile</key>
374                         <string>audio.icns</string>
375                         <key>CFBundleTypeName</key>
376                         <string>AAC file</string>
377                         <key>CFBundleTypeRole</key>
378                         <string>Viewer</string>
379                 </dict>
380                 <dict>
381                         <key>CFBundleTypeExtensions</key>
382                         <array>
383                                 <string>ogm</string>
384                         </array>
385                         <key>CFBundleTypeIconFile</key>
386                         <string>movie.icns</string>
387                         <key>CFBundleTypeName</key>
388                         <string>Ogg MPEG-4 Video File</string>
389                         <key>CFBundleTypeRole</key>
390                         <string>Viewer</string>
391                 </dict>
392                 <dict>
393                         <key>CFBundleTypeExtensions</key>
394                         <array>
395                                 <string>ogg</string>
396                         </array>
397                         <key>CFBundleTypeIconFile</key>
398                         <string>ogg.icns</string>
399                         <key>CFBundleTypeMIMETypes</key>
400                         <array>
401                                 <string>audio/ogg</string>
402                         </array>
403                         <key>CFBundleTypeName</key>
404                         <string>Ogg Vorbis File</string>
405                         <key>CFBundleTypeRole</key>
406                         <string>Viewer</string>
407                 </dict>
408                 <dict>
409                         <key>CFBundleTypeExtensions</key>
410                         <array>
411                                 <string>oga</string>
412                         </array>
413                         <key>CFBundleTypeIconFile</key>
414                         <string>ogg.icns</string>
415                         <key>CFBundleTypeMIMETypes</key>
416                         <array>
417                                 <string>audio/ogg</string>
418                         </array>
419                         <key>CFBundleTypeName</key>
420                         <string>Ogg Audio File</string>
421                         <key>CFBundleTypeRole</key>
422                         <string>Viewer</string>
423                 </dict>
424                 <dict>
425                         <key>CFBundleTypeExtensions</key>
426                         <array>
427                                 <string>ogv</string>
428                         </array>
429                         <key>CFBundleTypeIconFile</key>
430                         <string>movie.icns</string>
431                         <key>CFBundleTypeMIMETypes</key>
432                         <array>
433                                 <string>video/ogg</string>
434                         </array>
435                         <key>CFBundleTypeName</key>
436                         <string>Ogg Video File</string>
437                         <key>CFBundleTypeRole</key>
438                         <string>Viewer</string>
439                 </dict>
440                 <dict>
441                         <key>CFBundleTypeExtensions</key>
442                         <array>
443                                 <string>ogx</string>
444                         </array>
445                         <key>CFBundleTypeIconFile</key>
446                         <string>generic.icns</string>
447                         <key>CFBundleTypeMIMETypes</key>
448                         <array>
449                                 <string>application/ogg</string>
450                         </array>
451                         <key>CFBundleTypeName</key>
452                         <string>Ogg Application File</string>
453                         <key>CFBundleTypeRole</key>
454                         <string>Viewer</string>
455                 </dict>
456                 <dict>
457                         <key>CFBundleTypeExtensions</key>
458                         <array>
459                                 <string>anx</string>
460                         </array>
461                         <key>CFBundleTypeIconFile</key>
462                         <string>generic.icns</string>
463                         <key>CFBundleTypeMIMETypes</key>
464                         <array>
465                                 <string>application/annodex</string>
466                         </array>
467                         <key>CFBundleTypeName</key>
468                         <string>Annodex Application File</string>
469                         <key>CFBundleTypeRole</key>
470                         <string>Viewer</string>
471                 </dict>
472                 <dict>
473                         <key>CFBundleTypeExtensions</key>
474                         <array>
475                                 <string>axa</string>
476                         </array>
477                         <key>CFBundleTypeIconFile</key>
478                         <string>audio.icns</string>
479                         <key>CFBundleTypeMIMETypes</key>
480                         <array>
481                                 <string>audio/annodex</string>
482                         </array>
483                         <key>CFBundleTypeName</key>
484                         <string>Annodex Audio File</string>
485                         <key>CFBundleTypeRole</key>
486                         <string>Viewer</string>
487                 </dict>
488                 <dict>
489                         <key>CFBundleTypeExtensions</key>
490                         <array>
491                                 <string>axv</string>
492                         </array>
493                         <key>CFBundleTypeIconFile</key>
494                         <string>movie.icns</string>
495                         <key>CFBundleTypeMIMETypes</key>
496                         <array>
497                                 <string>video/annodex</string>
498                         </array>
499                         <key>CFBundleTypeName</key>
500                         <string>Annodex Video File</string>
501                         <key>CFBundleTypeRole</key>
502                         <string>Viewer</string>
503                 </dict>
504                 <dict>
505                         <key>CFBundleTypeExtensions</key>
506                         <array>
507                                 <string>gxf</string>
508                         </array>
509                         <key>CFBundleTypeIconFile</key>
510                         <string>movie.icns</string>
511                         <key>CFBundleTypeName</key>
512                         <string>General eXchange Format File</string>
513                         <key>CFBundleTypeRole</key>
514                         <string>Viewer</string>
515                         <key>LSTypeIsPackage</key>
516                         <false/>
517                         <key>NSPersistentStoreTypeKey</key>
518                         <string>Binary</string>
519                 </dict>
520                 <dict>
521                         <key>CFBundleTypeExtensions</key>
522                         <array>
523                                 <string>mxf</string>
524                         </array>
525                         <key>CFBundleTypeIconFile</key>
526                         <string>movie.icns</string>
527                         <key>CFBundleTypeName</key>
528                         <string>Material Exchange Format</string>
529                         <key>CFBundleTypeRole</key>
530                         <string>Viewer</string>
531                         <key>LSTypeIsPackage</key>
532                         <false/>
533                         <key>NSPersistentStoreTypeKey</key>
534                         <string>Binary</string>
535                 </dict>
536                 <dict>
537                         <key>CFBundleTypeExtensions</key>
538                         <array>
539                                 <string>avi</string>
540                         </array>
541                         <key>CFBundleTypeIconFile</key>
542                         <string>avi.icns</string>
543                         <key>CFBundleTypeName</key>
544                         <string>AVI container</string>
545                         <key>CFBundleTypeRole</key>
546                         <string>Viewer</string>
547                 </dict>
548                 <dict>
549                         <key>CFBundleTypeExtensions</key>
550                         <array>
551                                 <string>mov</string>
552                                 <string>moov</string>
553                                 <string>qt</string>
554                         </array>
555                         <key>CFBundleTypeIconFile</key>
556                         <string>mov.icns</string>
557                         <key>CFBundleTypeMIMETypes</key>
558                         <array>
559                                 <string>video/quicktime</string>
560                         </array>
561                         <key>CFBundleTypeName</key>
562                         <string>Apple QuickTime container</string>
563                         <key>CFBundleTypeRole</key>
564                         <string>Viewer</string>
565                 </dict>
566                 <dict>
567                         <key>CFBundleTypeExtensions</key>
568                         <array>
569                                 <string>divx</string>
570                         </array>
571                         <key>CFBundleTypeIconFile</key>
572                         <string>movie.icns</string>
573                         <key>CFBundleTypeName</key>
574                         <string>DivX file</string>
575                         <key>CFBundleTypeRole</key>
576                         <string>Viewer</string>
577                 </dict>
578                 <dict>
579                         <key>CFBundleTypeExtensions</key>
580                         <array>
581                                 <string>dv</string>
582                         </array>
583                         <key>CFBundleTypeIconFile</key>
584                         <string>movie.icns</string>
585                         <key>CFBundleTypeName</key>
586                         <string>DV file</string>
587                         <key>CFBundleTypeRole</key>
588                         <string>Viewer</string>
589                 </dict>
590                 <dict>
591                         <key>CFBundleTypeExtensions</key>
592                         <array>
593                                 <string>asf</string>
594                         </array>
595                         <key>CFBundleTypeIconFile</key>
596                         <string>movie.icns</string>
597                         <key>CFBundleTypeName</key>
598                         <string>Advanced Streaming Format</string>
599                         <key>CFBundleTypeRole</key>
600                         <string>Viewer</string>
601                 </dict>
602                 <dict>
603                         <key>CFBundleTypeExtensions</key>
604                         <array>
605                                 <string>wma</string>
606                         </array>
607                         <key>CFBundleTypeIconFile</key>
608                         <string>wma.icns</string>
609                         <key>CFBundleTypeName</key>
610                         <string>WIndows Media Audio</string>
611                         <key>CFBundleTypeRole</key>
612                         <string>Viewer</string>
613                 </dict>
614                 <dict>
615                         <key>CFBundleTypeExtensions</key>
616                         <array>
617                                 <string>wmv</string>
618                         </array>
619                         <key>CFBundleTypeIconFile</key>
620                         <string>wmv.icns</string>
621                         <key>CFBundleTypeName</key>
622                         <string>Windows Media Video</string>
623                         <key>CFBundleTypeRole</key>
624                         <string>Viewer</string>
625                 </dict>
626                 <dict>
627                         <key>CFBundleTypeExtensions</key>
628                         <array>
629                                 <string>mpg</string>
630                                 <string>mpeg</string>
631                         </array>
632                         <key>CFBundleTypeIconFile</key>
633                         <string>mpeg.icns</string>
634                         <key>CFBundleTypeName</key>
635                         <string>multiplexed MPEG-1/2</string>
636                         <key>CFBundleTypeRole</key>
637                         <string>Viewer</string>
638                 </dict>
639                 <dict>
640                         <key>CFBundleTypeExtensions</key>
641                         <array>
642                                 <string>m1v</string>
643                         </array>
644                         <key>CFBundleTypeIconFile</key>
645                         <string>mpeg.icns</string>
646                         <key>CFBundleTypeName</key>
647                         <string>MPEG-1 Video File</string>
648                         <key>CFBundleTypeRole</key>
649                         <string>Viewer</string>
650                 </dict>
651                 <dict>
652                         <key>CFBundleTypeExtensions</key>
653                         <array>
654                                 <string>m2a</string>
655                         </array>
656                         <key>CFBundleTypeIconFile</key>
657                         <string>mpeg.icns</string>
658                         <key>CFBundleTypeName</key>
659                         <string>MPEG-1/2 Audio File</string>
660                         <key>CFBundleTypeRole</key>
661                         <string>Viewer</string>
662                 </dict>
663                 <dict>
664                         <key>CFBundleTypeExtensions</key>
665                         <array>
666                                 <string>mp1</string>
667                         </array>
668                         <key>CFBundleTypeIconFile</key>
669                         <string>mpeg.icns</string>
670                         <key>CFBundleTypeName</key>
671                         <string>MPEG Audio Layer 1</string>
672                         <key>CFBundleTypeRole</key>
673                         <string>Viewer</string>
674                 </dict>
675                 <dict>
676                         <key>CFBundleTypeExtensions</key>
677                         <array>
678                                 <string>mp2</string>
679                         </array>
680                         <key>CFBundleTypeIconFile</key>
681                         <string>mpeg.icns</string>
682                         <key>CFBundleTypeName</key>
683                         <string>MPEG Audio Layer 2</string>
684                         <key>CFBundleTypeRole</key>
685                         <string>Viewer</string>
686                 </dict>
687                 <dict>
688                         <key>CFBundleTypeExtensions</key>
689                         <array>
690                                 <string>mp3</string>
691                         </array>
692                         <key>CFBundleTypeIconFile</key>
693                         <string>mp3.icns</string>
694                         <key>CFBundleTypeName</key>
695                         <string>MPEG Audio Layer 3</string>
696                         <key>CFBundleTypeRole</key>
697                         <string>Viewer</string>
698                 </dict>
699                 <dict>
700                         <key>CFBundleTypeExtensions</key>
701                         <array>
702                                 <string>m2p</string>
703                                 <string>ps</string>
704                         </array>
705                         <key>CFBundleTypeIconFile</key>
706                         <string>mpeg.icns</string>
707                         <key>CFBundleTypeName</key>
708                         <string>MPEG-2 Program Stream</string>
709                         <key>CFBundleTypeRole</key>
710                         <string>Viewer</string>
711                 </dict>
712                 <dict>
713                         <key>CFBundleTypeExtensions</key>
714                         <array>
715                                 <string>ts</string>
716                                 <string>m2ts</string>
717                         </array>
718                         <key>CFBundleTypeIconFile</key>
719                         <string>mpeg.icns</string>
720                         <key>CFBundleTypeName</key>
721                         <string>MPEG-2 Transport Stream</string>
722                         <key>CFBundleTypeRole</key>
723                         <string>Viewer</string>
724                 </dict>
725                 <dict>
726                         <key>CFBundleTypeExtensions</key>
727                         <array>
728                                 <string>m2v</string>
729                                 <string>mpv</string>
730                         </array>
731                         <key>CFBundleTypeIconFile</key>
732                         <string>mpeg.icns</string>
733                         <key>CFBundleTypeName</key>
734                         <string>MPEG-2 Video File</string>
735                         <key>CFBundleTypeRole</key>
736                         <string>Viewer</string>
737                 </dict>
738                 <dict>
739                         <key>CFBundleTypeExtensions</key>
740                         <array>
741                                 <string>mpa</string>
742                         </array>
743                         <key>CFBundleTypeIconFile</key>
744                         <string>audio.icns</string>
745                         <key>CFBundleTypeName</key>
746                         <string>MPEG-2 Audio File</string>
747                         <key>CFBundleTypeRole</key>
748                         <string>Viewer</string>
749                 </dict>
750                 <dict>
751                         <key>CFBundleTypeExtensions</key>
752                         <array>
753                                 <string>mp4</string>
754                                 <string>m4v</string>
755                         </array>
756                         <key>CFBundleTypeIconFile</key>
757                         <string>m4v.icns</string>
758                         <key>CFBundleTypeName</key>
759                         <string>MPEG-4 File</string>
760                         <key>CFBundleTypeRole</key>
761                         <string>Viewer</string>
762                 </dict>
763                 <dict>
764                         <key>CFBundleTypeExtensions</key>
765                         <array>
766                                 <string>m4a</string>
767                         </array>
768                         <key>CFBundleTypeIconFile</key>
769                         <string>m4a.icns</string>
770                         <key>CFBundleTypeName</key>
771                         <string>MPEG-4 Audio File</string>
772                         <key>CFBundleTypeRole</key>
773                         <string>Viewer</string>
774                 </dict>
775                 <dict>
776                         <key>CFBundleTypeExtensions</key>
777                         <array>
778                                 <string>3gp</string>
779                         </array>
780                         <key>CFBundleTypeIconFile</key>
781                         <string>movie.icns</string>
782                         <key>CFBundleTypeName</key>
783                         <string>3GPP File</string>
784                         <key>CFBundleTypeRole</key>
785                         <string>Viewer</string>
786                 </dict>
787                 <dict>
788                         <key>CFBundleTypeExtensions</key>
789                         <array>
790                                 <string>mka</string>
791                         </array>
792                         <key>CFBundleTypeIconFile</key>
793                         <string>audio.icns</string>
794                         <key>CFBundleTypeName</key>
795                         <string>Matroska Audio File</string>
796                         <key>CFBundleTypeRole</key>
797                         <string>Viewer</string>
798                 </dict>
799                 <dict>
800                         <key>CFBundleTypeExtensions</key>
801                         <array>
802                                 <string>mkv</string>
803                         </array>
804                         <key>CFBundleTypeIconFile</key>
805                         <string>mkv.icns</string>
806                         <key>CFBundleTypeName</key>
807                         <string>Matroska Video File</string>
808                         <key>CFBundleTypeRole</key>
809                         <string>Viewer</string>
810                 </dict>
811                 <dict>
812                         <key>CFBundleTypeExtensions</key>
813                         <array>
814                                 <string>mks</string>
815                         </array>
816                         <key>CFBundleTypeIconFile</key>
817                         <string>generic.icns</string>
818                         <key>CFBundleTypeName</key>
819                         <string>Matroska Elementry Stream</string>
820                         <key>CFBundleTypeRole</key>
821                         <string>Viewer</string>
822                 </dict>
823                 <dict>
824                         <key>CFBundleTypeExtensions</key>
825                         <array>
826                                 <string>nsv</string>
827                         </array>
828                         <key>CFBundleTypeIconFile</key>
829                         <string>movie.icns</string>
830                         <key>CFBundleTypeMIMETypes</key>
831                         <array>
832                                 <string>video/nsv</string>
833                         </array>
834                         <key>CFBundleTypeName</key>
835                         <string>Nullsoft Streaming Video</string>
836                         <key>CFBundleTypeRole</key>
837                         <string>Viewer</string>
838                         <key>LSTypeIsPackage</key>
839                         <false/>
840                         <key>NSPersistentStoreTypeKey</key>
841                         <string>Binary</string>
842                 </dict>
843                 <dict>
844                         <key>CFBundleTypeExtensions</key>
845                         <array>
846                                 <string>nuv</string>
847                         </array>
848                         <key>CFBundleTypeIconFile</key>
849                         <string>movie.icns</string>
850                         <key>CFBundleTypeName</key>
851                         <string>NuppleVideo File</string>
852                         <key>CFBundleTypeRole</key>
853                         <string>Viewer</string>
854                         <key>LSTypeIsPackage</key>
855                         <false/>
856                         <key>NSPersistentStoreTypeKey</key>
857                         <string>Binary</string>
858                 </dict>
859                 <dict>
860                         <key>CFBundleTypeExtensions</key>
861                         <array>
862                                 <string>ssa</string>
863                                 <string>ass</string>
864                         </array>
865                         <key>CFBundleTypeIconFile</key>
866                         <string>subtitle.icns</string>
867                         <key>CFBundleTypeName</key>
868                         <string>Sub Station Alpha Subtitle File</string>
869                         <key>CFBundleTypeRole</key>
870                         <string>Viewer</string>
871                         <key>LSTypeIsPackage</key>
872                         <false/>
873                         <key>NSPersistentStoreTypeKey</key>
874                         <string>Binary</string>
875                 </dict>
876                 <dict>
877                         <key>CFBundleTypeExtensions</key>
878                         <array>
879                                 <string>usf</string>
880                         </array>
881                         <key>CFBundleTypeIconFile</key>
882                         <string>subtitle.icns</string>
883                         <key>CFBundleTypeName</key>
884                         <string>USF Subtitle File</string>
885                         <key>CFBundleTypeRole</key>
886                         <string>Viewer</string>
887                         <key>LSTypeIsPackage</key>
888                         <false/>
889                         <key>NSPersistentStoreTypeKey</key>
890                         <string>XML</string>
891                 </dict>
892                 <dict>
893                         <key>CFBundleTypeExtensions</key>
894                         <array>
895                                 <string>srt</string>
896                         </array>
897                         <key>CFBundleTypeIconFile</key>
898                         <string>subtitle.icns</string>
899                         <key>CFBundleTypeName</key>
900                         <string>Subrip Subtitle File</string>
901                         <key>CFBundleTypeRole</key>
902                         <string>Viewer</string>
903                         <key>LSTypeIsPackage</key>
904                         <false/>
905                         <key>NSPersistentStoreTypeKey</key>
906                         <string>Binary</string>
907                 </dict>
908                 <dict>
909                         <key>CFBundleTypeExtensions</key>
910                         <array>
911                                 <string>rt</string>
912                         </array>
913                         <key>CFBundleTypeIconFile</key>
914                         <string>subtitle.icns</string>
915                         <key>CFBundleTypeName</key>
916                         <string>RealText Subtitle File</string>
917                         <key>CFBundleTypeRole</key>
918                         <string>Viewer</string>
919                         <key>LSTypeIsPackage</key>
920                         <false/>
921                         <key>NSPersistentStoreTypeKey</key>
922                         <string>Binary</string>
923                 </dict>
924                 <dict>
925                         <key>CFBundleTypeExtensions</key>
926                         <array>
927                                 <string>smi</string>
928                         </array>
929                         <key>CFBundleTypeIconFile</key>
930                         <string>subtitle.icns</string>
931                         <key>CFBundleTypeName</key>
932                         <string>SAMI Subtitle File</string>
933                         <key>CFBundleTypeRole</key>
934                         <string>Viewer</string>
935                         <key>LSTypeIsPackage</key>
936                         <false/>
937                         <key>NSPersistentStoreTypeKey</key>
938                         <string>Binary</string>
939                 </dict>
940                 <dict>
941                         <key>CFBundleTypeExtensions</key>
942                         <array>
943                                 <string>aqt</string>
944                         </array>
945                         <key>CFBundleTypeIconFile</key>
946                         <string>subtitle.icns</string>
947                         <key>CFBundleTypeName</key>
948                         <string>AQTitle Subtitle File</string>
949                         <key>CFBundleTypeRole</key>
950                         <string>Viewer</string>
951                         <key>LSTypeIsPackage</key>
952                         <false/>
953                         <key>NSPersistentStoreTypeKey</key>
954                         <string>Binary</string>
955                 </dict>
956                 <dict>
957                         <key>CFBundleTypeExtensions</key>
958                         <array>
959                                 <string>jss</string>
960                         </array>
961                         <key>CFBundleTypeIconFile</key>
962                         <string>subtitle.icns</string>
963                         <key>CFBundleTypeName</key>
964                         <string>JACOSub Subtitle File</string>
965                         <key>CFBundleTypeRole</key>
966                         <string>Viewer</string>
967                         <key>LSTypeIsPackage</key>
968                         <false/>
969                         <key>NSPersistentStoreTypeKey</key>
970                         <string>Binary</string>
971                 </dict>
972                 <dict>
973                         <key>CFBundleTypeExtensions</key>
974                         <array>
975                                 <string>pjs</string>
976                         </array>
977                         <key>CFBundleTypeIconFile</key>
978                         <string>subtitle.icns</string>
979                         <key>CFBundleTypeName</key>
980                         <string>Phoenix Subtitle File</string>
981                         <key>CFBundleTypeRole</key>
982                         <string>Viewer</string>
983                         <key>LSTypeIsPackage</key>
984                         <false/>
985                         <key>NSPersistentStoreTypeKey</key>
986                         <string>Binary</string>
987                 </dict>
988                 <dict>
989                         <key>CFBundleTypeExtensions</key>
990                         <array>
991                                 <string>psb</string>
992                         </array>
993                         <key>CFBundleTypeIconFile</key>
994                         <string>subtitle.icns</string>
995                         <key>CFBundleTypeName</key>
996                         <string>PowerDivX Subtitle File</string>
997                         <key>CFBundleTypeRole</key>
998                         <string>Viewer</string>
999                         <key>LSTypeIsPackage</key>
1000                         <false/>
1001                         <key>NSPersistentStoreTypeKey</key>
1002                         <string>Binary</string>
1003                 </dict>
1004                 <dict>
1005                         <key>CFBundleTypeExtensions</key>
1006                         <array>
1007                                 <string>sub</string>
1008                                 <string>mpsub</string>
1009                         </array>
1010                         <key>CFBundleTypeIconFile</key>
1011                         <string>subtitle.icns</string>
1012                         <key>CFBundleTypeName</key>
1013                         <string>Subtitle File</string>
1014                         <key>CFBundleTypeRole</key>
1015                         <string>Viewer</string>
1016                         <key>LSTypeIsPackage</key>
1017                         <false/>
1018                         <key>NSPersistentStoreTypeKey</key>
1019                         <string>Binary</string>
1020                 </dict>
1021         </array>
1022         <key>CFBundleExecutable</key>
1023         <string>VLC</string>
1024         <key>CFBundleGetInfoString</key>
1025         <string>@COPYRIGHT_MESSAGE@</string>
1026         <key>CFBundleIconFile</key>
1027         <string>vlc.icns</string>
1028         <key>CFBundleIdentifier</key>
1029         <string>org.videolan.vlc</string>
1030         <key>CFBundleInfoDictionaryVersion</key>
1031         <string>6.0</string>
1032         <key>CFBundleName</key>
1033         <string>VLC media player</string>
1034         <key>CFBundlePackageType</key>
1035         <string>APPL</string>
1036         <key>CFBundleShortVersionString</key>
1037         <string>@VERSION@</string>
1038         <key>CFBundleSignature</key>
1039         <string>VLC#</string>
1040         <key>CFBundleURLTypes</key>
1041         <array>
1042                 <dict>
1043                         <key>CFBundleURLIconFile</key>
1044                         <string>generic</string>
1045                         <key>CFBundleURLName</key>
1046                         <string>http url</string>
1047                         <key>CFBundleURLSchemes</key>
1048                         <array>
1049                                 <string>http</string>
1050                         </array>
1051                 </dict>
1052                 <dict>
1053                         <key>CFBundleURLIconFile</key>
1054                         <string>generic</string>
1055                         <key>CFBundleURLName</key>
1056                         <string>ftp url</string>
1057                         <key>CFBundleURLSchemes</key>
1058                         <array>
1059                                 <string>ftp</string>
1060                         </array>
1061                 </dict>
1062                 <dict>
1063                         <key>CFBundleURLIconFile</key>
1064                         <string>generic</string>
1065                         <key>CFBundleURLName</key>
1066                         <string>Multimedia Stream URL</string>
1067                         <key>CFBundleURLSchemes</key>
1068                         <array>
1069                                 <string>mms</string>
1070                         </array>
1071                 </dict>
1072                 <dict>
1073                         <key>CFBundleURLIconFile</key>
1074                         <string>generic</string>
1075                         <key>CFBundleURLName</key>
1076                         <string>RTSP</string>
1077                         <key>CFBundleURLSchemes</key>
1078                         <array>
1079                                 <string>rtsp</string>
1080                         </array>
1081                 </dict>
1082                 <dict>
1083                         <key>CFBundleURLIconFile</key>
1084                         <string>generic</string>
1085                         <key>CFBundleURLName</key>
1086                         <string>udp url</string>
1087                         <key>CFBundleURLSchemes</key>
1088                         <array>
1089                                 <string>udp</string>
1090                         </array>
1091                 </dict>
1092         </array>
1093         <key>CFBundleVersion</key>
1094         <string>#REVISION#</string>
1095         <key>NSAppleScriptEnabled</key>
1096         <string>YES</string>
1097         <key>NSMainNibFile</key>
1098         <string>MainMenu</string>
1099         <key>NSPrincipalClass</key>
1100         <string>VLCApplication</string>
1101         <key><key>LSMinimumSystemVersion</key>
1102         <string>10.5.0</string>
1103 </dict>
1104 </plist>