Snapshot 39
[MacVim.git] / src / MacVim / Info.plist
blob31abf7ff58598238a8dd4a093ead478da4c20da5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>vim</string>
13 </array>
14 <key>CFBundleTypeIconFile</key>
15 <string>doc-bm</string>
16 <key>CFBundleTypeName</key>
17 <string>Vim Script File</string>
18 <key>CFBundleTypeRole</key>
19 <string>Editor</string>
20 <key>LSIsAppleDefaultForType</key>
21 <true/>
22 </dict>
23 <dict>
24 <key>CFBundleTypeExtensions</key>
25 <array>
26 <string>txt</string>
27 <string>text</string>
28 </array>
29 <key>CFBundleTypeIconFile</key>
30 <string>doc-bm-txt</string>
31 <key>CFBundleTypeMIMETypes</key>
32 <array>
33 <string>text/plain</string>
34 </array>
35 <key>CFBundleTypeName</key>
36 <string>Plain Text File</string>
37 <key>CFBundleTypeRole</key>
38 <string>Editor</string>
39 <key>LSIsAppleDefaultForType</key>
40 <true/>
41 </dict>
42 <dict>
43 <key>CFBundleTypeExtensions</key>
44 <array>
45 <string>tex</string>
46 </array>
47 <key>CFBundleTypeIconFile</key>
48 <string>doc-bm-tex</string>
49 <key>CFBundleTypeName</key>
50 <string>TeX File</string>
51 <key>CFBundleTypeRole</key>
52 <string>Editor</string>
53 <key>LSIsAppleDefaultForType</key>
54 <true/>
55 </dict>
56 <dict>
57 <key>CFBundleTypeExtensions</key>
58 <array>
59 <string>h</string>
60 </array>
61 <key>CFBundleTypeIconFile</key>
62 <string>doc-bm-h</string>
63 <key>CFBundleTypeName</key>
64 <string>C Header Source File</string>
65 <key>CFBundleTypeRole</key>
66 <string>Editor</string>
67 <key>LSIsAppleDefaultForType</key>
68 <true/>
69 <key>LSItemContentTypes</key>
70 <array>
71 <string>public.c-header</string>
72 </array>
73 </dict>
74 <dict>
75 <key>CFBundleTypeExtensions</key>
76 <array>
77 <string>pch</string>
78 </array>
79 <key>CFBundleTypeName</key>
80 <string>C Precompiled Header Source File</string>
81 <key>CFBundleTypeRole</key>
82 <string>Editor</string>
83 <key>LSIsAppleDefaultForType</key>
84 <true/>
85 <key>LSItemContentTypes</key>
86 <array>
87 <string>public.precompiled-c-header</string>
88 </array>
89 </dict>
90 <dict>
91 <key>CFBundleTypeExtensions</key>
92 <array>
93 <string>hh</string>
94 <string>hp</string>
95 <string>hpp</string>
96 <string>hxx</string>
97 <string>h++</string>
98 </array>
99 <key>CFBundleTypeName</key>
100 <string>C++ Header Source File</string>
101 <key>CFBundleTypeRole</key>
102 <string>Editor</string>
103 <key>LSIsAppleDefaultForType</key>
104 <true/>
105 </dict>
106 <dict>
107 <key>CFBundleTypeExtensions</key>
108 <array>
109 <string>pch++</string>
110 </array>
111 <key>CFBundleTypeName</key>
112 <string>C++ Precompiled 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.precompiled-c-plus-plus-header</string>
120 </array>
121 </dict>
122 <dict>
123 <key>CFBundleTypeExtensions</key>
124 <array>
125 <string>c</string>
126 </array>
127 <key>CFBundleTypeIconFile</key>
128 <string>doc-bm-c</string>
129 <key>CFBundleTypeName</key>
130 <string>C 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.c-source</string>
138 </array>
139 </dict>
140 <dict>
141 <key>CFBundleTypeExtensions</key>
142 <array>
143 <string>m</string>
144 </array>
145 <key>CFBundleTypeName</key>
146 <string>Objective-C Source File</string>
147 <key>CFBundleTypeRole</key>
148 <string>Editor</string>
149 <key>LSIsAppleDefaultForType</key>
150 <true/>
151 <key>LSItemContentTypes</key>
152 <array>
153 <string>public.objective-c-source</string>
154 </array>
155 </dict>
156 <dict>
157 <key>CFBundleTypeExtensions</key>
158 <array>
159 <string>mm</string>
160 </array>
161 <key>CFBundleTypeName</key>
162 <string>Objective-C++ Source File</string>
163 <key>CFBundleTypeRole</key>
164 <string>Editor</string>
165 <key>LSIsAppleDefaultForType</key>
166 <true/>
167 <key>LSItemContentTypes</key>
168 <array>
169 <string>public.objective-c-plus-plus-source</string>
170 </array>
171 </dict>
172 <dict>
173 <key>CFBundleTypeExtensions</key>
174 <array>
175 <string>cc</string>
176 <string>cp</string>
177 <string>cpp</string>
178 <string>cxx</string>
179 <string>c++</string>
180 </array>
181 <key>CFBundleTypeName</key>
182 <string>C++ Source File</string>
183 <key>CFBundleTypeRole</key>
184 <string>Editor</string>
185 <key>LSIsAppleDefaultForType</key>
186 <true/>
187 <key>LSItemContentTypes</key>
188 <array>
189 <string>public.c-plus-plus-source</string>
190 </array>
191 </dict>
192 <dict>
193 <key>CFBundleTypeExtensions</key>
194 <array>
195 <string>s</string>
196 <string>asm</string>
197 </array>
198 <key>CFBundleTypeName</key>
199 <string>Assembly Source File</string>
200 <key>CFBundleTypeRole</key>
201 <string>Editor</string>
202 <key>LSIsAppleDefaultForType</key>
203 <true/>
204 <key>LSItemContentTypes</key>
205 <array>
206 <string>public.assembler-source</string>
207 </array>
208 </dict>
209 <dict>
210 <key>CFBundleTypeExtensions</key>
211 <array>
212 <string>r</string>
213 </array>
214 <key>CFBundleTypeName</key>
215 <string>Rez Source File</string>
216 <key>CFBundleTypeRole</key>
217 <string>Editor</string>
218 <key>LSIsAppleDefaultForType</key>
219 <true/>
220 <key>LSItemContentTypes</key>
221 <array>
222 <string>public.rez-source</string>
223 </array>
224 </dict>
225 <dict>
226 <key>CFBundleTypeExtensions</key>
227 <array>
228 <string>java</string>
229 <string>jav</string>
230 </array>
231 <key>CFBundleTypeIconFile</key>
232 <string>doc-bm-java</string>
233 <key>CFBundleTypeName</key>
234 <string>Java 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>com.sun.java-source</string>
242 </array>
243 </dict>
244 <dict>
245 <key>CFBundleTypeExtensions</key>
246 <array>
247 <string>l</string>
248 <string>lm</string>
249 <string>lmm</string>
250 <string>lpp</string>
251 <string>lxx</string>
252 </array>
253 <key>CFBundleTypeName</key>
254 <string>Lex Source File</string>
255 <key>CFBundleTypeRole</key>
256 <string>Editor</string>
257 <key>LSIsAppleDefaultForType</key>
258 <true/>
259 <key>LSItemContentTypes</key>
260 <array>
261 <string>public.lex-source</string>
262 </array>
263 </dict>
264 <dict>
265 <key>CFBundleTypeExtensions</key>
266 <array>
267 <string>y</string>
268 <string>ym</string>
269 <string>ymm</string>
270 <string>ypp</string>
271 <string>yxx</string>
272 </array>
273 <key>CFBundleTypeName</key>
274 <string>Yacc Source File</string>
275 <key>CFBundleTypeRole</key>
276 <string>Editor</string>
277 <key>LSIsAppleDefaultForType</key>
278 <true/>
279 <key>LSItemContentTypes</key>
280 <array>
281 <string>public.yacc-source</string>
282 </array>
283 </dict>
284 <dict>
285 <key>CFBundleTypeExtensions</key>
286 <array>
287 <string>defs</string>
288 </array>
289 <key>CFBundleTypeName</key>
290 <string>Mig Definition File</string>
291 <key>CFBundleTypeRole</key>
292 <string>Editor</string>
293 <key>LSIsAppleDefaultForType</key>
294 <true/>
295 </dict>
296 <dict>
297 <key>CFBundleTypeExtensions</key>
298 <array>
299 <string>exp</string>
300 </array>
301 <key>CFBundleTypeName</key>
302 <string>Symbol Export File</string>
303 <key>CFBundleTypeRole</key>
304 <string>Editor</string>
305 <key>LSIsAppleDefaultForType</key>
306 <true/>
307 <key>LSItemContentTypes</key>
308 <array>
309 <string>public.symbol-export</string>
310 </array>
311 </dict>
312 <dict>
313 <key>CFBundleTypeExtensions</key>
314 <array>
315 <string>f</string>
316 <string>for</string>
317 <string>f77</string>
318 <string>f95</string>
319 </array>
320 <key>CFBundleTypeName</key>
321 <string>Fortran Source File</string>
322 <key>CFBundleTypeRole</key>
323 <string>Editor</string>
324 <key>LSIsAppleDefaultForType</key>
325 <false/>
326 <key>LSItemContentTypes</key>
327 <array>
328 <string>public.fortran-source</string>
329 </array>
330 </dict>
331 <dict>
332 <key>CFBundleTypeExtensions</key>
333 <array>
334 <string>pas</string>
335 </array>
336 <key>CFBundleTypeName</key>
337 <string>Pascal Source file</string>
338 <key>CFBundleTypeRole</key>
339 <string>Editor</string>
340 <key>LSIsAppleDefaultForType</key>
341 <false/>
342 <key>LSItemContentTypes</key>
343 <array>
344 <string>public.pascal-source</string>
345 </array>
346 </dict>
347 <dict>
348 <key>CFBundleTypeExtensions</key>
349 <array>
350 <string>ada</string>
351 <string>adb</string>
352 <string>ads</string>
353 </array>
354 <key>CFBundleTypeName</key>
355 <string>Ada Source File</string>
356 <key>CFBundleTypeRole</key>
357 <string>Editor</string>
358 <key>LSIsAppleDefaultForType</key>
359 <false/>
360 <key>LSItemContentTypes</key>
361 <array>
362 <string>public.ada-source</string>
363 </array>
364 </dict>
365 <dict>
366 <key>CFBundleTypeExtensions</key>
367 <array>
368 <string>html</string>
369 <string>htm</string>
370 </array>
371 <key>CFBundleTypeIconFile</key>
372 <string>doc-bm-html</string>
373 <key>CFBundleTypeMIMETypes</key>
374 <array>
375 <string>text/html</string>
376 </array>
377 <key>CFBundleTypeName</key>
378 <string>HTML Source File</string>
379 <key>CFBundleTypeRole</key>
380 <string>Editor</string>
381 <key>LSIsAppleDefaultForType</key>
382 <true/>
383 <key>LSItemContentTypes</key>
384 <array>
385 <string>public.html</string>
386 </array>
387 </dict>
388 <dict>
389 <key>CFBundleTypeExtensions</key>
390 <array>
391 <string>xml</string>
392 </array>
393 <key>CFBundleTypeIconFile</key>
394 <string>doc-bm-xml</string>
395 <key>CFBundleTypeMIMETypes</key>
396 <array>
397 <string>text/xml</string>
398 </array>
399 <key>CFBundleTypeName</key>
400 <string>XML Source File</string>
401 <key>CFBundleTypeRole</key>
402 <string>Editor</string>
403 <key>LSIsAppleDefaultForType</key>
404 <true/>
405 <key>LSItemContentTypes</key>
406 <array>
407 <string>public.xml</string>
408 </array>
409 </dict>
410 <dict>
411 <key>CFBundleTypeExtensions</key>
412 <array>
413 <string>js</string>
414 <string>jscript</string>
415 <string>javascript</string>
416 </array>
417 <key>CFBundleTypeMIMETypes</key>
418 <array>
419 <string>text/javascript</string>
420 </array>
421 <key>CFBundleTypeName</key>
422 <string>JavaScript Source File</string>
423 <key>CFBundleTypeRole</key>
424 <string>Editor</string>
425 <key>LSIsAppleDefaultForType</key>
426 <true/>
427 <key>LSItemContentTypes</key>
428 <array>
429 <string>com.netscape.javascript-source</string>
430 </array>
431 </dict>
432 <dict>
433 <key>CFBundleTypeExtensions</key>
434 <array>
435 <string>sh</string>
436 <string>command</string>
437 <string>csh</string>
438 <string>pl</string>
439 <string>pm</string>
440 <string>py</string>
441 <string>rb</string>
442 <string>rbw</string>
443 <string>php</string>
444 <string>php3</string>
445 <string>php4</string>
446 <string>ph3</string>
447 <string>ph4</string>
448 <string>phtml</string>
449 <string>applescript</string>
450 </array>
451 <key>CFBundleTypeIconFile</key>
452 <string>doc-bm-sh</string>
453 <key>CFBundleTypeMIMETypes</key>
454 <array>
455 <string>text/x-perl-script</string>
456 <string>text/x-python-script</string>
457 <string>text/ruby-script</string>
458 <string>text/php</string>
459 </array>
460 <key>CFBundleTypeName</key>
461 <string>Script File</string>
462 <key>CFBundleTypeRole</key>
463 <string>Editor</string>
464 <key>LSIsAppleDefaultForType</key>
465 <true/>
466 <key>LSItemContentTypes</key>
467 <array>
468 <string>public.script</string>
469 </array>
470 </dict>
471 <dict>
472 <key>CFBundleTypeExtensions</key>
473 <array>
474 <string>class</string>
475 </array>
476 <key>CFBundleTypeName</key>
477 <string>Java Class File</string>
478 <key>CFBundleTypeRole</key>
479 <string>Viewer</string>
480 <key>LSIsAppleDefaultForType</key>
481 <false/>
482 <key>LSItemContentTypes</key>
483 <array>
484 <string>com.sun.java-class</string>
485 </array>
486 </dict>
487 <dict>
488 <key>CFBundleTypeExtensions</key>
489 <array>
490 <string>patch</string>
491 <string>diff</string>
492 </array>
493 <key>CFBundleTypeIconFile</key>
494 <string>doc-bm</string>
495 <key>CFBundleTypeName</key>
496 <string>Patch File</string>
497 <key>CFBundleTypeRole</key>
498 <string>Editor</string>
499 <key>LSIsAppleDefaultForType</key>
500 <true/>
501 </dict>
502 <dict>
503 <key>CFBundleTypeExtensions</key>
504 <array>
505 <string>strings</string>
506 </array>
507 <key>CFBundleTypeName</key>
508 <string>Strings File</string>
509 <key>CFBundleTypeRole</key>
510 <string>Editor</string>
511 <key>LSItemContentTypes</key>
512 <array>
513 <string>public.strings-text</string>
514 </array>
515 </dict>
516 <dict>
517 <key>CFBundleTypeExtensions</key>
518 <array>
519 <string>*</string>
520 </array>
521 <key>CFBundleTypeName</key>
522 <string>Text File</string>
523 <key>CFBundleTypeOSTypes</key>
524 <array>
525 <string>****</string>
526 </array>
527 <key>CFBundleTypeRole</key>
528 <string>Editor</string>
529 </dict>
530 </array>
531 <key>CFBundleExecutable</key>
532 <string>${EXECUTABLE_NAME}</string>
533 <key>CFBundleIconFile</key>
534 <string>vim_gloss</string>
535 <key>CFBundleIdentifier</key>
536 <string>org.vim.MacVim</string>
537 <key>CFBundleInfoDictionaryVersion</key>
538 <string>6.0</string>
539 <key>CFBundleName</key>
540 <string>${PRODUCT_NAME}</string>
541 <key>CFBundlePackageType</key>
542 <string>APPL</string>
543 <key>CFBundleShortVersionString</key>
544 <string>7.2</string>
545 <key>CFBundleSignature</key>
546 <string>VIMM</string>
547 <key>CFBundleURLTypes</key>
548 <array>
549 <dict>
550 <key>CFBundleTypeRole</key>
551 <string>Editor</string>
552 <key>CFBundleURLName</key>
553 <string>org.vim.MacVim</string>
554 <key>CFBundleURLSchemes</key>
555 <array>
556 <string>mvim</string>
557 </array>
558 </dict>
559 </array>
560 <key>CFBundleVersion</key>
561 <string>39</string>
562 <key>NSMainNibFile</key>
563 <string>MainMenu</string>
564 <key>NSPrincipalClass</key>
565 <string>MMApplication</string>
566 <key>NSServices</key>
567 <array>
568 <dict>
569 <key>NSMenuItem</key>
570 <dict>
571 <key>default</key>
572 <string>MacVim/New Document Containing Selection</string>
573 </dict>
574 <key>NSMessage</key>
575 <string>openSelection</string>
576 <key>NSPortName</key>
577 <string>MacVim</string>
578 <key>NSSendTypes</key>
579 <array>
580 <string>NSStringPboardType</string>
581 </array>
582 </dict>
583 <dict>
584 <key>NSMenuItem</key>
585 <dict>
586 <key>default</key>
587 <string>MacVim/Open Selected File</string>
588 </dict>
589 <key>NSMessage</key>
590 <string>openFile</string>
591 <key>NSPortName</key>
592 <string>MacVim</string>
593 <key>NSSendTypes</key>
594 <array>
595 <string>NSStringPboardType</string>
596 </array>
597 <key>NSUserData</key>
598 <string>Window</string>
599 </dict>
600 <dict>
601 <key>NSMenuItem</key>
602 <dict>
603 <key>default</key>
604 <string>MacVim/New Document Here</string>
605 </dict>
606 <key>NSMessage</key>
607 <string>newFileHere</string>
608 <key>NSPortName</key>
609 <string>MacVim</string>
610 <key>NSSendTypes</key>
611 <array>
612 <string>NSStringPboardType</string>
613 </array>
614 <key>NSUserData</key>
615 <string>Window</string>
616 </dict>
617 </array>
618 <key>SUFeedURL</key>
619 <string>http://bjorn.winckler.googlepages.com/macvim_latest.xml</string>
620 <key>NSAppleScriptEnabled</key>
621 <true/>
622 <key>UTExportedTypeDeclarations</key>
623 <array>
624 <dict>
625 <key>UTTypeConformsTo</key>
626 <array>
627 <string>public.text</string>
628 <string>public.plain-text</string>
629 </array>
630 <key>UTTypeDescription</key>
631 <string>vim script file</string>
632 <key>UTTypeIdentifier</key>
633 <string>org.vim.vim</string>
634 <key>UTTypeTagSpecification</key>
635 <dict>
636 <key>com.apple.ostype</key>
637 <string>TEXT</string>
638 <key>public.filename-extension</key>
639 <array>
640 <string>vim</string>
641 </array>
642 </dict>
643 </dict>
644 </array>
645 </dict>
646 </plist>