Ticket #70634: Info.plist

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