Snapshot 45
[MacVim.git] / src / MacVim / Info.plist
blob8203210d7f438e11d5c630c1c9c0f5c80ea8cd44
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 <!-- See http://developer.apple.com/documentation/Carbon/Conceptual/understanding_utis/utilist/chapter_4_section_1.html#//apple_ref/doc/uid/TP40001319-CH205-CHDIJFGJ for a list of UTIs -->
9 <array>
10 <dict>
11 <key>CFBundleTypeExtensions</key>
12 <array>
13 <string>vim</string>
14 </array>
15 <key>CFBundleTypeIconFile</key>
16 <string>MacVim-vim</string>
17 <key>CFBundleTypeName</key>
18 <string>Vim Script File</string>
19 <key>CFBundleTypeRole</key>
20 <string>Editor</string>
21 <key>LSIsAppleDefaultForType</key>
22 <true/>
23 </dict>
24 <dict>
25 <key>CFBundleTypeExtensions</key>
26 <array>
27 <string>txt</string>
28 <string>text</string>
29 <string>utf8</string>
30 </array>
31 <key>CFBundleTypeIconFile</key>
32 <string>MacVim-txt</string>
33 <key>CFBundleTypeMIMETypes</key>
34 <array>
35 <string>text/plain</string>
36 </array>
37 <key>CFBundleTypeName</key>
38 <string>Plain Text File</string>
39 <key>CFBundleTypeRole</key>
40 <string>Editor</string>
41 <key>LSIsAppleDefaultForType</key>
42 <true/>
43 </dict>
44 <dict>
45 <key>CFBundleTypeExtensions</key>
46 <array>
47 <string>tex</string>
48 <string>sty</string>
49 <string>cls</string>
50 <string>ltx</string>
51 <string>ins</string>
52 <string>dtx</string>
53 </array>
54 <key>CFBundleTypeIconFile</key>
55 <string>MacVim-tex</string>
56 <key>CFBundleTypeName</key>
57 <string>TeX File</string>
58 <key>CFBundleTypeRole</key>
59 <string>Editor</string>
60 <key>LSIsAppleDefaultForType</key>
61 <true/>
62 </dict>
63 <dict>
64 <key>CFBundleTypeExtensions</key>
65 <array>
66 <string>h</string>
67 </array>
68 <key>CFBundleTypeIconFile</key>
69 <string>MacVim-h</string>
70 <key>CFBundleTypeName</key>
71 <string>C Header Source File</string>
72 <key>CFBundleTypeRole</key>
73 <string>Editor</string>
74 <key>LSIsAppleDefaultForType</key>
75 <true/>
76 <key>LSItemContentTypes</key>
77 <array>
78 <string>public.c-header</string>
79 </array>
80 </dict>
81 <dict>
82 <key>CFBundleTypeExtensions</key>
83 <array>
84 <string>pch</string>
85 </array>
86 <key>CFBundleTypeIconFile</key>
87 <string>MacVim-h</string>
88 <key>CFBundleTypeName</key>
89 <string>C Precompiled Header Source File</string>
90 <key>CFBundleTypeRole</key>
91 <string>Editor</string>
92 <key>LSIsAppleDefaultForType</key>
93 <true/>
94 <key>LSItemContentTypes</key>
95 <array>
96 <string>public.precompiled-c-header</string>
97 </array>
98 </dict>
99 <dict>
100 <key>CFBundleTypeExtensions</key>
101 <array>
102 <string>hh</string>
103 <string>hp</string>
104 <string>hpp</string>
105 <string>hxx</string>
106 <string>h++</string>
107 </array>
108 <key>CFBundleTypeIconFile</key>
109 <string>MacVim-h</string>
110 <key>CFBundleTypeName</key>
111 <string>C++ Header Source File</string>
112 <key>CFBundleTypeRole</key>
113 <string>Editor</string>
114 <key>LSIsAppleDefaultForType</key>
115 <true/>
116 </dict>
117 <dict>
118 <key>CFBundleTypeExtensions</key>
119 <array>
120 <string>pch++</string>
121 </array>
122 <key>CFBundleTypeIconFile</key>
123 <string>MacVim-h</string>
124 <key>CFBundleTypeName</key>
125 <string>C++ Precompiled Header Source File</string>
126 <key>CFBundleTypeRole</key>
127 <string>Editor</string>
128 <key>LSIsAppleDefaultForType</key>
129 <true/>
130 <key>LSItemContentTypes</key>
131 <array>
132 <string>public.precompiled-c-plus-plus-header</string>
133 </array>
134 </dict>
135 <dict>
136 <key>CFBundleTypeExtensions</key>
137 <array>
138 <string>c</string>
139 </array>
140 <key>CFBundleTypeIconFile</key>
141 <string>MacVim-c</string>
142 <key>CFBundleTypeName</key>
143 <string>C Source File</string>
144 <key>CFBundleTypeRole</key>
145 <string>Editor</string>
146 <key>LSIsAppleDefaultForType</key>
147 <true/>
148 <key>LSItemContentTypes</key>
149 <array>
150 <string>public.c-source</string>
151 </array>
152 </dict>
153 <dict>
154 <key>CFBundleTypeExtensions</key>
155 <array>
156 <string>m</string>
157 </array>
158 <key>CFBundleTypeIconFile</key>
159 <string>MacVim-m</string>
160 <key>CFBundleTypeName</key>
161 <string>Objective-C Source File</string>
162 <key>CFBundleTypeRole</key>
163 <string>Editor</string>
164 <key>LSIsAppleDefaultForType</key>
165 <true/>
166 <key>LSItemContentTypes</key>
167 <array>
168 <string>public.objective-c-source</string>
169 </array>
170 </dict>
171 <dict>
172 <key>CFBundleTypeExtensions</key>
173 <array>
174 <string>mm</string>
175 </array>
176 <key>CFBundleTypeIconFile</key>
177 <string>MacVim-mm</string>
178 <key>CFBundleTypeName</key>
179 <string>Objective-C++ Source File</string>
180 <key>CFBundleTypeRole</key>
181 <string>Editor</string>
182 <key>LSIsAppleDefaultForType</key>
183 <true/>
184 <key>LSItemContentTypes</key>
185 <array>
186 <string>public.objective-c-plus-plus-source</string>
187 </array>
188 </dict>
189 <dict>
190 <key>CFBundleTypeExtensions</key>
191 <array>
192 <string>cc</string>
193 <string>cp</string>
194 <string>cpp</string>
195 <string>cxx</string>
196 <string>c++</string>
197 </array>
198 <key>CFBundleTypeIconFile</key>
199 <string>MacVim-cpp</string>
200 <key>CFBundleTypeName</key>
201 <string>C++ Source File</string>
202 <key>CFBundleTypeRole</key>
203 <string>Editor</string>
204 <key>LSIsAppleDefaultForType</key>
205 <true/>
206 <key>LSItemContentTypes</key>
207 <array>
208 <string>public.c-plus-plus-source</string>
209 </array>
210 </dict>
211 <dict>
212 <key>CFBundleTypeExtensions</key>
213 <array>
214 <string>s</string>
215 <string>asm</string>
216 </array>
217 <key>CFBundleTypeName</key>
218 <string>Assembly Source File</string>
219 <key>CFBundleTypeRole</key>
220 <string>Editor</string>
221 <key>LSIsAppleDefaultForType</key>
222 <true/>
223 <key>LSItemContentTypes</key>
224 <array>
225 <string>public.assembler-source</string>
226 </array>
227 </dict>
228 <dict>
229 <key>CFBundleTypeExtensions</key>
230 <array>
231 <string>r</string>
232 </array>
233 <key>CFBundleTypeName</key>
234 <string>Rez Source File</string>
235 <key>CFBundleTypeRole</key>
236 <string>Editor</string>
237 <key>LSIsAppleDefaultForType</key>
238 <true/>
239 <key>LSItemContentTypes</key>
240 <array>
241 <string>public.rez-source</string>
242 </array>
243 </dict>
244 <dict>
245 <key>CFBundleTypeExtensions</key>
246 <array>
247 <string>java</string>
248 <string>jav</string>
249 </array>
250 <key>CFBundleTypeIconFile</key>
251 <string>MacVim-java</string>
252 <key>CFBundleTypeName</key>
253 <string>Java Source File</string>
254 <key>CFBundleTypeRole</key>
255 <string>Editor</string>
256 <key>LSIsAppleDefaultForType</key>
257 <true/>
258 <key>LSItemContentTypes</key>
259 <array>
260 <string>com.sun.java-source</string>
261 </array>
262 </dict>
263 <dict>
264 <key>CFBundleTypeExtensions</key>
265 <array>
266 <string>l</string>
267 <string>lm</string>
268 <string>lmm</string>
269 <string>lpp</string>
270 <string>lxx</string>
271 </array>
272 <key>CFBundleTypeName</key>
273 <string>Lex Source File</string>
274 <key>CFBundleTypeRole</key>
275 <string>Editor</string>
276 <key>LSIsAppleDefaultForType</key>
277 <true/>
278 <key>LSItemContentTypes</key>
279 <array>
280 <string>public.lex-source</string>
281 </array>
282 </dict>
283 <dict>
284 <key>CFBundleTypeExtensions</key>
285 <array>
286 <string>y</string>
287 <string>ym</string>
288 <string>ymm</string>
289 <string>ypp</string>
290 <string>yxx</string>
291 </array>
292 <key>CFBundleTypeName</key>
293 <string>Yacc Source File</string>
294 <key>CFBundleTypeRole</key>
295 <string>Editor</string>
296 <key>LSIsAppleDefaultForType</key>
297 <true/>
298 <key>LSItemContentTypes</key>
299 <array>
300 <string>public.yacc-source</string>
301 </array>
302 </dict>
303 <dict>
304 <key>CFBundleTypeExtensions</key>
305 <array>
306 <string>defs</string>
307 </array>
308 <key>CFBundleTypeName</key>
309 <string>Mig Definition File</string>
310 <key>CFBundleTypeRole</key>
311 <string>Editor</string>
312 <key>LSIsAppleDefaultForType</key>
313 <true/>
314 </dict>
315 <dict>
316 <key>CFBundleTypeExtensions</key>
317 <array>
318 <string>exp</string>
319 </array>
320 <key>CFBundleTypeName</key>
321 <string>Symbol Export File</string>
322 <key>CFBundleTypeRole</key>
323 <string>Editor</string>
324 <key>LSIsAppleDefaultForType</key>
325 <true/>
326 <key>LSItemContentTypes</key>
327 <array>
328 <string>public.symbol-export</string>
329 </array>
330 </dict>
331 <dict>
332 <key>CFBundleTypeExtensions</key>
333 <array>
334 <string>f</string>
335 <string>for</string>
336 <string>fpp</string>
337 <string>f77</string>
338 <string>f90</string>
339 <string>f95</string>
340 </array>
341 <key>CFBundleTypeIconFile</key>
342 <string>MacVim-f</string>
343 <key>CFBundleTypeName</key>
344 <string>Fortran Source File</string>
345 <key>CFBundleTypeRole</key>
346 <string>Editor</string>
347 <key>LSIsAppleDefaultForType</key>
348 <false/>
349 <key>LSItemContentTypes</key>
350 <array>
351 <string>public.fortran-source</string>
352 </array>
353 </dict>
354 <dict>
355 <key>CFBundleTypeExtensions</key>
356 <array>
357 <string>pas</string>
358 </array>
359 <key>CFBundleTypeName</key>
360 <string>Pascal Source file</string>
361 <key>CFBundleTypeRole</key>
362 <string>Editor</string>
363 <key>LSIsAppleDefaultForType</key>
364 <false/>
365 <key>LSItemContentTypes</key>
366 <array>
367 <string>public.pascal-source</string>
368 </array>
369 </dict>
370 <dict>
371 <key>CFBundleTypeExtensions</key>
372 <array>
373 <string>ada</string>
374 <string>adb</string>
375 <string>ads</string>
376 </array>
377 <key>CFBundleTypeName</key>
378 <string>Ada Source File</string>
379 <key>CFBundleTypeRole</key>
380 <string>Editor</string>
381 <key>LSIsAppleDefaultForType</key>
382 <false/>
383 <key>LSItemContentTypes</key>
384 <array>
385 <string>public.ada-source</string>
386 </array>
387 </dict>
388 <dict>
389 <key>CFBundleTypeExtensions</key>
390 <array>
391 <string>html</string>
392 <string>phtml</string>
393 <string>shtml</string>
394 <string>xhtml</string>
395 <string>htm</string>
396 <string>pht</string>
397 <string>sht</string>
398 <string>xht</string>
399 <string>phtm</string>
400 <string>shtm</string>
401 <string>xhtm</string>
402 </array>
403 <key>CFBundleTypeIconFile</key>
404 <string>MacVim-html</string>
405 <key>CFBundleTypeMIMETypes</key>
406 <array>
407 <string>text/html</string>
408 </array>
409 <key>CFBundleTypeName</key>
410 <string>HTML Source File</string>
411 <key>CFBundleTypeRole</key>
412 <string>Editor</string>
413 <key>LSIsAppleDefaultForType</key>
414 <true/>
415 <key>LSItemContentTypes</key>
416 <array>
417 <string>public.html</string>
418 </array>
419 </dict>
420 <dict>
421 <key>CFBundleTypeExtensions</key>
422 <array>
423 <string>xml</string>
424 <string>rss</string>
425 <string>tld</string>
426 <string>pt</string>
427 <string>cpt</string>
428 <string>dtml</string>
429 </array>
430 <key>CFBundleTypeIconFile</key>
431 <string>MacVim-xml</string>
432 <key>CFBundleTypeMIMETypes</key>
433 <array>
434 <string>text/xml</string>
435 </array>
436 <key>CFBundleTypeName</key>
437 <string>XML Source File</string>
438 <key>CFBundleTypeRole</key>
439 <string>Editor</string>
440 <key>LSIsAppleDefaultForType</key>
441 <true/>
442 <key>LSItemContentTypes</key>
443 <array>
444 <string>public.xml</string>
445 </array>
446 </dict>
447 <dict>
448 <key>CFBundleTypeExtensions</key>
449 <array>
450 <string>js</string>
451 <string>htc</string>
452 <string>jscript</string>
453 <string>javascript</string>
454 </array>
455 <key>CFBundleTypeIconFile</key>
456 <string>MacVim-js</string>
457 <key>CFBundleTypeMIMETypes</key>
458 <array>
459 <string>text/javascript</string>
460 </array>
461 <key>CFBundleTypeName</key>
462 <string>JavaScript Source File</string>
463 <key>CFBundleTypeRole</key>
464 <string>Editor</string>
465 <key>LSIsAppleDefaultForType</key>
466 <true/>
467 <key>LSItemContentTypes</key>
468 <array>
469 <string>com.netscape.javascript-source</string>
470 </array>
471 </dict>
472 <dict>
473 <key>CFBundleTypeName</key>
474 <string>Perl source</string>
475 <key>CFBundleTypeExtensions</key>
476 <array>
477 <string>pl</string>
478 <string>pm</string>
479 <string>pod</string>
480 <string>perl</string>
481 </array>
482 <key>CFBundleTypeIconFile</key>
483 <string>MacVim-perl</string>
484 <key>CFBundleTypeMIMETypes</key>
485 <array>
486 <string>text/x-perl-script</string>
487 </array>
488 <key>CFBundleTypeRole</key>
489 <string>Editor</string>
490 <key>LSItemContentTypes</key>
491 <array>
492 <string>public.perl-script</string>
493 </array>
494 </dict>
495 <dict>
496 <key>CFBundleTypeName</key>
497 <string>Python source</string>
498 <key>CFBundleTypeExtensions</key>
499 <array>
500 <string>py</string>
501 <string>rpy</string>
502 <string>cpy</string>
503 <string>python</string>
504 </array>
505 <key>CFBundleTypeIconFile</key>
506 <string>MacVim-py</string>
507 <key>CFBundleTypeMIMETypes</key>
508 <array>
509 <string>text/x-python-script</string>
510 </array>
511 <key>CFBundleTypeRole</key>
512 <string>Editor</string>
513 <key>LSItemContentTypes</key>
514 <array>
515 <string>public.python-script</string>
516 </array>
517 </dict>
518 <dict>
519 <key>CFBundleTypeName</key>
520 <string>PHP source</string>
521 <key>CFBundleTypeExtensions</key>
522 <array>
523 <string>php</string>
524 <string>php3</string>
525 <string>php4</string>
526 <string>php5</string>
527 <string>ph3</string>
528 <string>ph4</string>
529 <string>phtml</string>
530 </array>
531 <key>CFBundleTypeIconFile</key>
532 <string>MacVim-php</string>
533 <key>CFBundleTypeMIMETypes</key>
534 <array>
535 <string>text/php</string>
536 </array>
537 <key>CFBundleTypeRole</key>
538 <string>Editor</string>
539 <key>LSItemContentTypes</key>
540 <array>
541 <string>public.php-script</string>
542 </array>
543 </dict>
544 <dict>
545 <key>CFBundleTypeName</key>
546 <string>Ruby source</string>
547 <key>CFBundleTypeExtensions</key>
548 <array>
549 <string>rb</string>
550 <string>rbw</string>
551 <string>rbx</string>
552 <string>rjs</string>
553 <string>rxml</string>
554 </array>
555 <key>CFBundleTypeIconFile</key>
556 <string>MacVim-rb</string>
557 <key>CFBundleTypeMIMETypes</key>
558 <array>
559 <string>text/ruby-script</string>
560 </array>
561 <key>CFBundleTypeRole</key>
562 <string>Editor</string>
563 <key>LSItemContentTypes</key>
564 <array>
565 <string>public.ruby-script</string>
566 </array>
567 </dict>
568 <dict>
569 <key>CFBundleTypeName</key>
570 <string>Shell script</string>
571 <key>CFBundleTypeExtensions</key>
572 <array>
573 <string>sh</string>
574 <string>csh</string>
575 <string>command</string>
576 <string>ss</string>
577 <string>bashrc</string>
578 <string>bash_profile</string>
579 <string>bash_login</string>
580 <string>profile</string>
581 <string>bash_logout</string>
582 </array>
583 <key>CFBundleTypeIconFile</key>
584 <string>MacVim-bash</string>
585 <key>CFBundleTypeRole</key>
586 <string>Editor</string>
587 <key>LSItemContentTypes</key>
588 <array>
589 <string>public.shell-script</string>
590 </array>
591 </dict>
592 <dict>
593 <key>CFBundleTypeExtensions</key>
594 <array>
595 <string>class</string>
596 </array>
597 <key>CFBundleTypeName</key>
598 <string>Java Class File</string>
599 <key>CFBundleTypeRole</key>
600 <string>Viewer</string>
601 <key>LSIsAppleDefaultForType</key>
602 <false/>
603 <key>LSItemContentTypes</key>
604 <array>
605 <string>com.sun.java-class</string>
606 </array>
607 </dict>
608 <dict>
609 <key>CFBundleTypeExtensions</key>
610 <array>
611 <string>patch</string>
612 <string>diff</string>
613 </array>
614 <key>CFBundleTypeIconFile</key>
615 <string>MacVim-patch</string>
616 <key>CFBundleTypeName</key>
617 <string>Patch File</string>
618 <key>CFBundleTypeRole</key>
619 <string>Editor</string>
620 <key>LSIsAppleDefaultForType</key>
621 <true/>
622 </dict>
623 <dict>
624 <key>CFBundleTypeExtensions</key>
625 <array>
626 <string>strings</string>
627 </array>
628 <key>CFBundleTypeName</key>
629 <string>Strings File</string>
630 <key>CFBundleTypeRole</key>
631 <string>Editor</string>
632 <key>LSItemContentTypes</key>
633 <array>
634 <string>public.strings-text</string>
635 </array>
636 </dict>
637 <dict>
638 <key>CFBundleTypeExtensions</key>
639 <array>
640 <string>*</string>
641 </array>
642 <key>CFBundleTypeName</key>
643 <string>Text File</string>
644 <key>CFBundleTypeOSTypes</key>
645 <array>
646 <string>****</string>
647 </array>
648 <key>CFBundleTypeRole</key>
649 <string>Editor</string>
650 </dict>
651 <dict>
652 <key>CFBundleTypeName</key>
653 <string>AppleScript source</string>
654 <key>CFBundleTypeExtensions</key>
655 <array>
656 <string>applescript</string>
657 </array>
658 <key>CFBundleTypeIconFile</key>
659 <string>MacVim-applescript</string>
660 <key>CFBundleTypeRole</key>
661 <string>Editor</string>
662 <key>LSItemContentTypes</key>
663 <array>
664 <string>com.apple.applescript.text</string>
665 </array>
666 </dict>
667 <dict>
668 <key>CFBundleTypeName</key>
669 <string>ActionScript source</string>
670 <key>CFBundleTypeExtensions</key>
671 <array>
672 <string>as</string>
673 </array>
674 <key>CFBundleTypeIconFile</key>
675 <string>MacVim-as</string>
676 <key>CFBundleTypeRole</key>
677 <string>Editor</string>
678 </dict>
679 <dict>
680 <key>CFBundleTypeName</key>
681 <string>ASP document</string>
682 <key>CFBundleTypeExtensions</key>
683 <array>
684 <string>asp</string>
685 <string>asa</string>
686 </array>
687 <key>CFBundleTypeIconFile</key>
688 <string>MacVim-asp</string>
689 <key>CFBundleTypeRole</key>
690 <string>Editor</string>
691 </dict>
692 <dict>
693 <key>CFBundleTypeName</key>
694 <string>ASP.NET document</string>
695 <key>CFBundleTypeExtensions</key>
696 <array>
697 <string>aspx</string>
698 <string>ascx</string>
699 <string>asmx</string>
700 <string>ashx</string>
701 </array>
702 <key>CFBundleTypeIconFile</key>
703 <string>MacVim-asp</string>
704 <key>CFBundleTypeRole</key>
705 <string>Editor</string>
706 </dict>
707 <dict>
708 <key>CFBundleTypeName</key>
709 <string>BibTeX bibliography</string>
710 <key>CFBundleTypeExtensions</key>
711 <array>
712 <string>bib</string>
713 </array>
714 <key>CFBundleTypeIconFile</key>
715 <string>MacVim-bib</string>
716 <key>CFBundleTypeRole</key>
717 <string>Editor</string>
718 </dict>
719 <dict>
720 <key>CFBundleTypeName</key>
721 <string>C# source</string>
722 <key>CFBundleTypeExtensions</key>
723 <array>
724 <string>cs</string>
725 </array>
726 <key>CFBundleTypeIconFile</key>
727 <string>MacVim-cs</string>
728 <key>CFBundleTypeRole</key>
729 <string>Editor</string>
730 </dict>
731 <dict>
732 <key>CFBundleTypeName</key>
733 <string>Context Free Design Grammar</string>
734 <key>CFBundleTypeExtensions</key>
735 <array>
736 <string>cfdg</string>
737 </array>
738 <key>CFBundleTypeIconFile</key>
739 <string>MacVim-csfg</string>
740 <key>CFBundleTypeRole</key>
741 <string>Editor</string>
742 </dict>
743 <dict>
744 <key>CFBundleTypeName</key>
745 <string>Comma separated values</string>
746 <key>CFBundleTypeExtensions</key>
747 <array>
748 <string>csv</string>
749 </array>
750 <key>CFBundleTypeIconFile</key>
751 <string>MacVim-csv</string>
752 <key>CFBundleTypeRole</key>
753 <string>Editor</string>
754 </dict>
755 <dict>
756 <key>CFBundleTypeName</key>
757 <string>Tab separated values</string>
758 <key>CFBundleTypeExtensions</key>
759 <array>
760 <string>tsv</string>
761 </array>
762 <key>CFBundleTypeIconFile</key>
763 <string>MacVim-tsv</string>
764 <key>CFBundleTypeRole</key>
765 <string>Editor</string>
766 </dict>
767 <dict>
768 <key>CFBundleTypeName</key>
769 <string>CGI script</string>
770 <key>CFBundleTypeExtensions</key>
771 <array>
772 <string>cgi</string>
773 <string>fcgi</string>
774 </array>
775 <key>CFBundleTypeIconFile</key>
776 <string>MacVim-cgi</string>
777 <key>CFBundleTypeRole</key>
778 <string>Editor</string>
779 </dict>
780 <dict>
781 <key>CFBundleTypeName</key>
782 <string>Configuration file</string>
783 <key>CFBundleTypeExtensions</key>
784 <array>
785 <string>cfg</string>
786 <string>conf</string>
787 <string>config</string>
788 <string>htaccess</string>
789 </array>
790 <key>CFBundleTypeIconFile</key>
791 <string>MacVim-cfg</string>
792 <key>CFBundleTypeRole</key>
793 <string>Editor</string>
794 </dict>
795 <dict>
796 <key>CFBundleTypeName</key>
797 <string>Cascading style sheet</string>
798 <key>CFBundleTypeExtensions</key>
799 <array>
800 <string>css</string>
801 </array>
802 <key>CFBundleTypeIconFile</key>
803 <string>MacVim-css</string>
804 <key>CFBundleTypeRole</key>
805 <string>Editor</string>
806 </dict>
807 <dict>
808 <key>CFBundleTypeName</key>
809 <string>Document Type Definition</string>
810 <key>CFBundleTypeExtensions</key>
811 <array>
812 <string>dtd</string>
813 </array>
814 <key>CFBundleTypeIconFile</key>
815 <string>MacVim-dtd</string>
816 <key>CFBundleTypeRole</key>
817 <string>Editor</string>
818 </dict>
819 <dict>
820 <key>CFBundleTypeName</key>
821 <string>Dylan source</string>
822 <key>CFBundleTypeExtensions</key>
823 <array>
824 <string>dylan</string>
825 </array>
826 <key>CFBundleTypeIconFile</key>
827 <string>MacVim-dylan</string>
828 <key>CFBundleTypeRole</key>
829 <string>Editor</string>
830 </dict>
831 <dict>
832 <key>CFBundleTypeName</key>
833 <string>Erlang source</string>
834 <key>CFBundleTypeExtensions</key>
835 <array>
836 <string>erl</string>
837 <string>hrl</string>
838 </array>
839 <key>CFBundleTypeIconFile</key>
840 <string>MacVim-erl</string>
841 <key>CFBundleTypeRole</key>
842 <string>Editor</string>
843 </dict>
844 <dict>
845 <key>CFBundleTypeName</key>
846 <string>F-Script source</string>
847 <key>CFBundleTypeExtensions</key>
848 <array>
849 <string>fscript</string>
850 </array>
851 <key>CFBundleTypeIconFile</key>
852 <string>MacVim-fscript</string>
853 <key>CFBundleTypeRole</key>
854 <string>Editor</string>
855 </dict>
856 <dict>
857 <key>CFBundleTypeName</key>
858 <string>Haskell source</string>
859 <key>CFBundleTypeExtensions</key>
860 <array>
861 <string>hs</string>
862 <string>lhs</string>
863 </array>
864 <key>CFBundleTypeIconFile</key>
865 <string>MacVim-hs</string>
866 <key>CFBundleTypeRole</key>
867 <string>Editor</string>
868 </dict>
869 <dict>
870 <key>CFBundleTypeName</key>
871 <string>Include file</string>
872 <key>CFBundleTypeExtensions</key>
873 <array>
874 <string>inc</string>
875 </array>
876 <key>CFBundleTypeIconFile</key>
877 <string>MacVim-inc</string>
878 <key>CFBundleTypeRole</key>
879 <string>Editor</string>
880 </dict>
881 <dict>
882 <key>CFBundleTypeName</key>
883 <string>iCalendar schedule</string>
884 <key>CFBundleTypeExtensions</key>
885 <array>
886 <string>ics</string>
887 </array>
888 <key>CFBundleTypeIconFile</key>
889 <string>MacVim-ics</string>
890 <key>CFBundleTypeRole</key>
891 <string>Editor</string>
892 </dict>
893 <dict>
894 <key>CFBundleTypeName</key>
895 <string>MS Windows initialization file</string>
896 <key>CFBundleTypeExtensions</key>
897 <array>
898 <string>ini</string>
899 </array>
900 <key>CFBundleTypeIconFile</key>
901 <string>MacVim-ini</string>
902 <key>CFBundleTypeRole</key>
903 <string>Editor</string>
904 </dict>
905 <dict>
906 <key>CFBundleTypeName</key>
907 <string>Io source</string>
908 <key>CFBundleTypeExtensions</key>
909 <array>
910 <string>io</string>
911 </array>
912 <key>CFBundleTypeIconFile</key>
913 <string>MacVim-io</string>
914 <key>CFBundleTypeRole</key>
915 <string>Editor</string>
916 </dict>
917 <dict>
918 <key>CFBundleTypeName</key>
919 <string>BeanShell script</string>
920 <key>CFBundleTypeExtensions</key>
921 <array>
922 <string>bsh</string>
923 </array>
924 <key>CFBundleTypeIconFile</key>
925 <string>MacVim-bsh</string>
926 <key>CFBundleTypeRole</key>
927 <string>Editor</string>
928 </dict>
929 <dict>
930 <key>CFBundleTypeName</key>
931 <string>Java properties file</string>
932 <key>CFBundleTypeExtensions</key>
933 <array>
934 <string>properties</string>
935 </array>
936 <key>CFBundleTypeIconFile</key>
937 <string>MacVim-properties</string>
938 <key>CFBundleTypeRole</key>
939 <string>Editor</string>
940 </dict>
941 <dict>
942 <key>CFBundleTypeName</key>
943 <string>Java Server Page</string>
944 <key>CFBundleTypeExtensions</key>
945 <array>
946 <string>jsp</string>
947 </array>
948 <key>CFBundleTypeIconFile</key>
949 <string>MacVim-jsp</string>
950 <key>CFBundleTypeRole</key>
951 <string>Editor</string>
952 </dict>
953 <dict>
954 <key>CFBundleTypeName</key>
955 <string>LISP source</string>
956 <key>CFBundleTypeExtensions</key>
957 <array>
958 <string>lisp</string>
959 <string>cl</string>
960 <string>l</string>
961 <string>lsp</string>
962 <string>mud</string>
963 <string>el</string>
964 </array>
965 <key>CFBundleTypeIconFile</key>
966 <string>MacVim-lisp</string>
967 <key>CFBundleTypeRole</key>
968 <string>Editor</string>
969 </dict>
970 <dict>
971 <key>CFBundleTypeName</key>
972 <string>Log file</string>
973 <key>CFBundleTypeExtensions</key>
974 <array>
975 <string>log</string>
976 </array>
977 <key>CFBundleTypeIconFile</key>
978 <string>MacVim-log</string>
979 <key>CFBundleTypeRole</key>
980 <string>Editor</string>
981 </dict>
982 <dict>
983 <key>CFBundleTypeName</key>
984 <string>Mediawiki document</string>
985 <key>CFBundleTypeExtensions</key>
986 <array>
987 <string>wiki</string>
988 <string>wikipedia</string>
989 <string>mediawiki</string>
990 </array>
991 <key>CFBundleTypeIconFile</key>
992 <string>MacVim-wiki</string>
993 <key>CFBundleTypeRole</key>
994 <string>Editor</string>
995 </dict>
996 <dict>
997 <key>CFBundleTypeName</key>
998 <string>PostScript source</string>
999 <key>CFBundleTypeExtensions</key>
1000 <array>
1001 <string>ps</string>
1002 <string>eps</string>
1003 </array>
1004 <key>CFBundleTypeIconFile</key>
1005 <string>MacVim-ps</string>
1006 <key>CFBundleTypeRole</key>
1007 <string>Editor</string>
1008 </dict>
1009 <!--<dict>
1010 <key>CFBundleTypeName</key>
1011 <string>Property list</string>
1012 <key>CFBundleTypeExtensions</key>
1013 <array>
1014 <string>dict</string>
1015 <string>plist</string>
1016 <string>scriptSuite</string>
1017 <string>scriptTerminology</string>
1018 </array>
1019 <key>CFBundleTypeIconFile</key>
1020 <string>MacVim-plist</string>
1021 <key>CFBundleTypeRole</key>
1022 <string>Editor</string>
1023 </dict>-->
1024 <dict>
1025 <key>CFBundleTypeName</key>
1026 <string>Scheme source</string>
1027 <key>CFBundleTypeExtensions</key>
1028 <array>
1029 <string>scm</string>
1030 <string>sch</string>
1031 </array>
1032 <key>CFBundleTypeIconFile</key>
1033 <string>MacVim-sch</string>
1034 <key>CFBundleTypeRole</key>
1035 <string>Editor</string>
1036 </dict>
1037 <dict>
1038 <key>CFBundleTypeName</key>
1039 <string>SQL source</string>
1040 <key>CFBundleTypeExtensions</key>
1041 <array>
1042 <string>sql</string>
1043 </array>
1044 <key>CFBundleTypeIconFile</key>
1045 <string>MacVim-sql</string>
1046 <key>CFBundleTypeRole</key>
1047 <string>Editor</string>
1048 </dict>
1049 <dict>
1050 <key>CFBundleTypeName</key>
1051 <string>Tcl source</string>
1052 <key>CFBundleTypeExtensions</key>
1053 <array>
1054 <string>tcl</string>
1055 </array>
1056 <key>CFBundleTypeIconFile</key>
1057 <string>MacVim-tcl</string>
1058 <key>CFBundleTypeRole</key>
1059 <string>Editor</string>
1060 </dict>
1061 <dict>
1062 <key>CFBundleTypeName</key>
1063 <string>XSL stylesheet</string>
1064 <key>CFBundleTypeExtensions</key>
1065 <array>
1066 <string>xsl</string>
1067 <string>xslt</string>
1068 </array>
1069 <key>CFBundleTypeIconFile</key>
1070 <string>MacVim-xsl</string>
1071 <key>CFBundleTypeRole</key>
1072 <string>Editor</string>
1073 </dict>
1074 <dict>
1075 <key>CFBundleTypeName</key>
1076 <string>Electronic business card</string>
1077 <key>CFBundleTypeExtensions</key>
1078 <array>
1079 <string>vcf</string>
1080 <string>vcard</string>
1081 </array>
1082 <key>CFBundleTypeIconFile</key>
1083 <string>MacVim-vcf</string>
1084 <key>CFBundleTypeRole</key>
1085 <string>Editor</string>
1086 </dict>
1087 <dict>
1088 <key>CFBundleTypeName</key>
1089 <string>Visual Basic source</string>
1090 <key>CFBundleTypeExtensions</key>
1091 <array>
1092 <string>vb</string>
1093 </array>
1094 <key>CFBundleTypeIconFile</key>
1095 <string>MacVim-vb</string>
1096 <key>CFBundleTypeRole</key>
1097 <string>Editor</string>
1098 </dict>
1099 <dict>
1100 <key>CFBundleTypeName</key>
1101 <string>YAML document</string>
1102 <key>CFBundleTypeExtensions</key>
1103 <array>
1104 <string>yaml</string>
1105 <string>yml</string>
1106 </array>
1107 <key>CFBundleTypeIconFile</key>
1108 <string>MacVim-yaml</string>
1109 <key>CFBundleTypeRole</key>
1110 <string>Editor</string>
1111 </dict>
1112 <dict>
1113 <key>CFBundleTypeName</key>
1114 <string>GTD document</string>
1115 <key>CFBundleTypeExtensions</key>
1116 <array>
1117 <string>gtd</string>
1118 <string>gtdlog</string>
1119 </array>
1120 <key>CFBundleTypeIconFile</key>
1121 <string>MacVim-gtd</string>
1122 <key>CFBundleTypeRole</key>
1123 <string>Editor</string>
1124 </dict>
1125 </array>
1126 <key>CFBundleExecutable</key>
1127 <string>${EXECUTABLE_NAME}</string>
1128 <key>CFBundleIconFile</key>
1129 <string>MacVim</string>
1130 <key>CFBundleIdentifier</key>
1131 <string>org.vim.MacVim</string>
1132 <key>CFBundleInfoDictionaryVersion</key>
1133 <string>6.0</string>
1134 <key>CFBundleName</key>
1135 <string>${PRODUCT_NAME}</string>
1136 <key>CFBundlePackageType</key>
1137 <string>APPL</string>
1138 <key>CFBundleShortVersionString</key>
1139 <string>7.2</string>
1140 <key>CFBundleSignature</key>
1141 <string>VIMM</string>
1142 <key>CFBundleURLTypes</key>
1143 <array>
1144 <dict>
1145 <key>CFBundleTypeRole</key>
1146 <string>Editor</string>
1147 <key>CFBundleURLName</key>
1148 <string>org.vim.MacVim</string>
1149 <key>CFBundleURLSchemes</key>
1150 <array>
1151 <string>mvim</string>
1152 </array>
1153 </dict>
1154 </array>
1155 <key>CFBundleVersion</key>
1156 <string>45</string>
1157 <key>NSMainNibFile</key>
1158 <string>MainMenu</string>
1159 <key>NSPrincipalClass</key>
1160 <string>MMApplication</string>
1161 <key>NSServices</key>
1162 <array>
1163 <dict>
1164 <key>NSMenuItem</key>
1165 <dict>
1166 <key>default</key>
1167 <string>MacVim/New Document Containing Selection</string>
1168 </dict>
1169 <key>NSMessage</key>
1170 <string>openSelection</string>
1171 <key>NSPortName</key>
1172 <string>MacVim</string>
1173 <key>NSSendTypes</key>
1174 <array>
1175 <string>NSStringPboardType</string>
1176 </array>
1177 </dict>
1178 <dict>
1179 <key>NSMenuItem</key>
1180 <dict>
1181 <key>default</key>
1182 <string>MacVim/Open Selected File</string>
1183 </dict>
1184 <key>NSMessage</key>
1185 <string>openFile</string>
1186 <key>NSPortName</key>
1187 <string>MacVim</string>
1188 <key>NSSendTypes</key>
1189 <array>
1190 <string>NSStringPboardType</string>
1191 </array>
1192 <key>NSUserData</key>
1193 <string>Window</string>
1194 </dict>
1195 <dict>
1196 <key>NSMenuItem</key>
1197 <dict>
1198 <key>default</key>
1199 <string>MacVim/New Document Here</string>
1200 </dict>
1201 <key>NSMessage</key>
1202 <string>newFileHere</string>
1203 <key>NSPortName</key>
1204 <string>MacVim</string>
1205 <key>NSSendTypes</key>
1206 <array>
1207 <string>NSStringPboardType</string>
1208 </array>
1209 <key>NSUserData</key>
1210 <string>Window</string>
1211 </dict>
1212 </array>
1213 <key>SUFeedURL</key>
1214 <string>http://bjorn.winckler.googlepages.com/macvim_latest.xml</string>
1215 <key>NSAppleScriptEnabled</key>
1216 <true/>
1217 <key>UTExportedTypeDeclarations</key>
1218 <array>
1219 <dict>
1220 <key>UTTypeConformsTo</key>
1221 <array>
1222 <string>public.text</string>
1223 <string>public.plain-text</string>
1224 </array>
1225 <key>UTTypeDescription</key>
1226 <string>vim script file</string>
1227 <key>UTTypeIdentifier</key>
1228 <string>org.vim.vim</string>
1229 <key>UTTypeTagSpecification</key>
1230 <dict>
1231 <key>com.apple.ostype</key>
1232 <string>TEXT</string>
1233 <key>public.filename-extension</key>
1234 <array>
1235 <string>vim</string>
1236 </array>
1237 </dict>
1238 </dict>
1239 </array>
1240 </dict>
1241 </plist>