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