Bump version number to 23.0.95.
[emacs.git] / nextstep / Cocoa / Emacs.base / Contents / Info.plist
blob3c6252fc9ed9e1bf07aae0c8f0e280f8afb6c4df
1 <!--
2 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
4 This file is part of GNU Emacs.
6 GNU Emacs is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
11 GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18 -->
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
22 <plist version="1.0">
23 <dict>
24 <key>CFBundleDevelopmentRegion</key>
25 <string>English</string>
26 <key>CFBundleDocumentTypes</key>
27 <array>
28 <dict>
29 <key>CFBundleTypeExtensions</key>
30 <array>
31 <string>text</string>
32 <string>txt</string>
33 </array>
34 <key>CFBundleTypeIconFile</key>
35 <string>document.icns</string>
36 <key>CFBundleTypeName</key>
37 <string>Plain text document</string>
38 <key>CFBundleTypeOSTypes</key>
39 <array>
40 <string>TEXT</string>
41 <string>utxt</string>
42 </array>
43 <key>CFBundleTypeRole</key>
44 <string>Editor</string>
45 </dict>
46 <dict>
47 <key>CFBundleTypeExtensions</key>
48 <array>
49 <string>html</string>
50 <string>htm</string>
51 <string>shtm</string>
52 <string>shtml</string>
53 <string>jsp</string>
54 <string>asp</string>
55 </array>
56 <key>CFBundleTypeIconFile</key>
57 <string>document.icns</string>
58 <key>CFBundleTypeName</key>
59 <string>HTML document</string>
60 <key>CFBundleTypeOSTypes</key>
61 <array>
62 <string>HTML</string>
63 </array>
64 <key>CFBundleTypeRole</key>
65 <string>Editor</string>
66 </dict>
67 <dict>
68 <key>CFBundleTypeExtensions</key>
69 <array>
70 <string>markdown</string>
71 <string>mkdn</string>
72 </array>
73 <key>CFBundleTypeIconFile</key>
74 <string>document.icns</string>
75 <key>CFBundleTypeName</key>
76 <string>Markdown document</string>
77 <key>CFBundleTypeRole</key>
78 <string>Editor</string>
79 </dict>
80 <dict>
81 <key>CFBundleTypeExtensions</key>
82 <array>
83 <string>css</string>
84 </array>
85 <key>CFBundleTypeIconFile</key>
86 <string>document.icns</string>
87 <key>CFBundleTypeName</key>
88 <string>CSS style sheet</string>
89 <key>CFBundleTypeRole</key>
90 <string>Editor</string>
91 </dict>
92 <dict>
93 <key>CFBundleTypeExtensions</key>
94 <array>
95 <string>xhtml</string>
96 <string>xhtm</string>
97 </array>
98 <key>CFBundleTypeIconFile</key>
99 <string>document.icns</string>
100 <key>CFBundleTypeName</key>
101 <string>XHTML document</string>
102 <key>CFBundleTypeRole</key>
103 <string>Editor</string>
104 </dict>
105 <dict>
106 <key>CFBundleTypeExtensions</key>
107 <array>
108 <string>xml</string>
109 <string>xsl</string>
110 <string>xslt</string>
111 <string>xbl</string>
112 <string>xul</string>
113 <string>rdf</string>
114 <string>dtd</string>
115 <string>xsd</string>
116 <string>xsdl</string>
117 </array>
118 <key>CFBundleTypeIconFile</key>
119 <string>document.icns</string>
120 <key>CFBundleTypeName</key>
121 <string>XML document</string>
122 <key>CFBundleTypeRole</key>
123 <string>Editor</string>
124 </dict>
125 <dict>
126 <key>CFBundleTypeExtensions</key>
127 <array>
128 <string>sgml</string>
129 <string>sgm</string>
130 </array>
131 <key>CFBundleTypeIconFile</key>
132 <string>document.icns</string>
133 <key>CFBundleTypeName</key>
134 <string>SGML document</string>
135 <key>CFBundleTypeRole</key>
136 <string>Editor</string>
137 </dict>
138 <dict>
139 <key>CFBundleTypeExtensions</key>
140 <array>
141 <string>yml</string>
142 </array>
143 <key>CFBundleTypeIconFile</key>
144 <string>document.icns</string>
145 <key>CFBundleTypeName</key>
146 <string>YAML document</string>
147 <key>CFBundleTypeRole</key>
148 <string>Editor</string>
149 </dict>
150 <dict>
151 <key>CFBundleTypeExtensions</key>
152 <array>
153 <string>js</string>
154 <string>JS</string>
155 </array>
156 <key>CFBundleTypeIconFile</key>
157 <string>document.icns</string>
158 <key>CFBundleTypeName</key>
159 <string>JavaScript script</string>
160 <key>CFBundleTypeRole</key>
161 <string>Editor</string>
162 </dict>
163 <dict>
164 <key>CFBundleTypeExtensions</key>
165 <array>
166 <string>php</string>
167 <string>php3</string>
168 <string>php4</string>
169 </array>
170 <key>CFBundleTypeIconFile</key>
171 <string>document.icns</string>
172 <key>CFBundleTypeName</key>
173 <string>PHP script</string>
174 <key>CFBundleTypeRole</key>
175 <string>Editor</string>
176 </dict>
177 <dict>
178 <key>CFBundleTypeExtensions</key>
179 <array>
180 <string>tcl</string>
181 </array>
182 <key>CFBundleTypeIconFile</key>
183 <string>document.icns</string>
184 <key>CFBundleTypeName</key>
185 <string>Tcl script</string>
186 <key>CFBundleTypeRole</key>
187 <string>Editor</string>
188 </dict>
189 <dict>
190 <key>CFBundleTypeExtensions</key>
191 <array>
192 <string>rb</string>
193 </array>
194 <key>CFBundleTypeIconFile</key>
195 <string>document.icns</string>
196 <key>CFBundleTypeName</key>
197 <string>Ruby script</string>
198 <key>CFBundleTypeRole</key>
199 <string>Editor</string>
200 </dict>
201 <dict>
202 <key>CFBundleTypeExtensions</key>
203 <array>
204 <string>py</string>
205 </array>
206 <key>CFBundleTypeIconFile</key>
207 <string>document.icns</string>
208 <key>CFBundleTypeName</key>
209 <string>Python script</string>
210 <key>CFBundleTypeRole</key>
211 <string>Editor</string>
212 </dict>
213 <dict>
214 <key>CFBundleTypeExtensions</key>
215 <array>
216 <string>pl</string>
217 <string>pm</string>
218 </array>
219 <key>CFBundleTypeIconFile</key>
220 <string>document.icns</string>
221 <key>CFBundleTypeName</key>
222 <string>Perl script</string>
223 <key>CFBundleTypeRole</key>
224 <string>Editor</string>
225 </dict>
226 <dict>
227 <key>CFBundleTypeExtensions</key>
228 <array>
229 <string>sh</string>
230 <string>csh</string>
231 </array>
232 <key>CFBundleTypeIconFile</key>
233 <string>document.icns</string>
234 <key>CFBundleTypeName</key>
235 <string>Shell script</string>
236 <key>CFBundleTypeRole</key>
237 <string>Editor</string>
238 </dict>
239 <dict>
240 <key>CFBundleTypeExtensions</key>
241 <array>
242 <string>h</string>
243 </array>
244 <key>CFBundleTypeIconFile</key>
245 <string>document.icns</string>
246 <key>CFBundleTypeName</key>
247 <string>C Header Source File</string>
248 <key>CFBundleTypeRole</key>
249 <string>Editor</string>
250 </dict>
251 <dict>
252 <key>CFBundleTypeExtensions</key>
253 <array>
254 <string>c</string>
255 </array>
256 <key>CFBundleTypeIconFile</key>
257 <string>document.icns</string>
258 <key>CFBundleTypeName</key>
259 <string>C Source File</string>
260 <key>CFBundleTypeRole</key>
261 <string>Editor</string>
262 </dict>
263 <dict>
264 <key>CFBundleTypeExtensions</key>
265 <array>
266 <string>hh</string>
267 <string>hp</string>
268 <string>hpp</string>
269 <string>hxx</string>
270 <string>h++</string>
271 </array>
272 <key>CFBundleTypeIconFile</key>
273 <string>document.icns</string>
274 <key>CFBundleTypeName</key>
275 <string>C++ Header Source File</string>
276 <key>CFBundleTypeRole</key>
277 <string>Editor</string>
278 </dict>
279 <dict>
280 <key>CFBundleTypeExtensions</key>
281 <array>
282 <string>cc</string>
283 <string>cp</string>
284 <string>cpp</string>
285 <string>cxx</string>
286 <string>c++</string>
287 </array>
288 <key>CFBundleTypeIconFile</key>
289 <string>document.icns</string>
290 <key>CFBundleTypeName</key>
291 <string>C++ Source File</string>
292 <key>CFBundleTypeRole</key>
293 <string>Editor</string>
294 </dict>
295 <dict>
296 <key>CFBundleTypeExtensions</key>
297 <array>
298 <string>m</string>
299 </array>
300 <key>CFBundleTypeIconFile</key>
301 <string>document.icns</string>
302 <key>CFBundleTypeName</key>
303 <string>Objective-C Source File</string>
304 <key>CFBundleTypeRole</key>
305 <string>Editor</string>
306 </dict>
307 <dict>
308 <key>CFBundleTypeExtensions</key>
309 <array>
310 <string>s</string>
311 <string>asm</string>
312 </array>
313 <key>CFBundleTypeIconFile</key>
314 <string>document.icns</string>
315 <key>CFBundleTypeName</key>
316 <string>Assembly Source File</string>
317 <key>CFBundleTypeRole</key>
318 <string>Editor</string>
319 </dict>
320 <dict>
321 <key>CFBundleTypeExtensions</key>
322 <array>
323 <string>java</string>
324 <string>jav</string>
325 </array>
326 <key>CFBundleTypeIconFile</key>
327 <string>document.icns</string>
328 <key>CFBundleTypeName</key>
329 <string>Java Source File</string>
330 <key>CFBundleTypeRole</key>
331 <string>Editor</string>
332 </dict>
333 <dict>
334 <key>CFBundleTypeExtensions</key>
335 <array>
336 <string>f</string>
337 <string>for</string>
338 <string>f77</string>
339 <string>f90</string>
340 <string>f95</string>
341 <string>f99</string>
342 </array>
343 <key>CFBundleTypeIconFile</key>
344 <string>document.icns</string>
345 <key>CFBundleTypeName</key>
346 <string>Fortran Source File</string>
347 <key>CFBundleTypeRole</key>
348 <string>Editor</string>
349 </dict>
350 <dict>
351 <key>CFBundleTypeExtensions</key>
352 <array>
353 <string>pas</string>
354 </array>
355 <key>CFBundleTypeIconFile</key>
356 <string>document.icns</string>
357 <key>CFBundleTypeName</key>
358 <string>Pascal Source file</string>
359 <key>CFBundleTypeRole</key>
360 <string>Editor</string>
361 </dict>
362 <dict>
363 <key>CFBundleTypeExtensions</key>
364 <array>
365 <string>ada</string>
366 <string>adb</string>
367 <string>ads</string>
368 </array>
369 <key>CFBundleTypeIconFile</key>
370 <string>document.icns</string>
371 <key>CFBundleTypeName</key>
372 <string>Ada Source File</string>
373 <key>CFBundleTypeRole</key>
374 <string>Editor</string>
375 </dict>
376 <dict>
377 <key>CFBundleTypeExtensions</key>
378 <array>
379 <string>el</string>
380 </array>
381 <key>CFBundleTypeIconFile</key>
382 <string>document.icns</string>
383 <key>CFBundleTypeName</key>
384 <string>Emacs Lisp Source File</string>
385 <key>CFBundleTypeRole</key>
386 <string>Editor</string>
387 </dict>
388 <dict>
389 <key>CFBundleTypeExtensions</key>
390 <array>
391 <string>hs</string>
392 <string>lhs</string>
393 </array>
394 <key>CFBundleTypeIconFile</key>
395 <string>document.icns</string>
396 <key>CFBundleTypeName</key>
397 <string>Haskell Source File</string>
398 <key>CFBundleTypeRole</key>
399 <string>Editor</string>
400 </dict>
401 <dict>
402 <key>CFBundleTypeExtensions</key>
403 <array>
404 <string>lua</string>
405 </array>
406 <key>CFBundleTypeIconFile</key>
407 <string>document.icns</string>
408 <key>CFBundleTypeName</key>
409 <string>Lua Source File</string>
410 <key>CFBundleTypeRole</key>
411 <string>Editor</string>
412 </dict>
413 <dict>
414 <key>CFBundleTypeExtensions</key>
415 <array>
416 <string>pro</string>
417 </array>
418 <key>CFBundleTypeIconFile</key>
419 <string>document.icns</string>
420 <key>CFBundleTypeName</key>
421 <string>IDL Procedure File</string>
422 <key>CFBundleTypeRole</key>
423 <string>Editor</string>
424 </dict>
425 <dict>
426 <key>CFBundleTypeExtensions</key>
427 <array>
428 <string>gp</string>
429 </array>
430 <key>CFBundleTypeIconFile</key>
431 <string>document.icns</string>
432 <key>CFBundleTypeName</key>
433 <string>gnuplot file</string>
434 <key>CFBundleTypeRole</key>
435 <string>Editor</string>
436 </dict>
437 <dict>
438 <key>CFBundleTypeExtensions</key>
439 <array>
440 <string>bib</string>
441 </array>
442 <key>CFBundleTypeIconFile</key>
443 <string>document.icns</string>
444 <key>CFBundleTypeName</key>
445 <string>BibTeX document</string>
446 <key>CFBundleTypeRole</key>
447 <string>Editor</string>
448 </dict>
449 <dict>
450 <key>CFBundleTypeExtensions</key>
451 <array>
452 <string>tex</string>
453 <string>ltx</string>
454 <string>ctx</string>
455 <string>latex</string>
456 <string>texi</string>
457 </array>
458 <key>CFBundleTypeIconFile</key>
459 <string>document.icns</string>
460 <key>CFBundleTypeName</key>
461 <string>TeX document</string>
462 <key>CFBundleTypeRole</key>
463 <string>Editor</string>
464 </dict>
465 <dict>
466 <key>CFBundleTypeExtensions</key>
467 <array>
468 <string>*</string>
469 </array>
470 <key>CFBundleTypeName</key>
471 <string>All</string>
472 <key>CFBundleTypeOSTypes</key>
473 <array>
474 <string>****</string>
475 </array>
476 <key>CFBundleTypeRole</key>
477 <string>Viewer</string>
478 </dict>
479 </array>
481 <key>NSServices</key>
482 <array>
483 <dict>
484 <key>NSMenuItem</key>
485 <dict>
486 <key>default</key>
487 <string>Emacs.app/New Buffer Containing Selection</string>
488 </dict>
489 <key>NSMessage</key>
490 <string>requestService</string>
491 <key>NSUserData</key>
492 <string>open-selection</string>
493 <key>NSPortName</key>
494 <string>Emacs</string>
495 <key>NSSendTypes</key>
496 <array>
497 <string>NSStringPboardType</string>
498 </array>
499 </dict>
500 <dict>
501 <key>NSMenuItem</key>
502 <dict>
503 <key>default</key>
504 <string>Emacs.app/Open Selected File</string>
505 </dict>
506 <key>NSMessage</key>
507 <string>requestService</string>
508 <key>NSUserData</key>
509 <string>open-file</string>
510 <key>NSPortName</key>
511 <string>Emacs</string>
512 <key>NSSendTypes</key>
513 <array>
514 <string>NSStringPboardType</string>
515 </array>
516 </dict>
517 <dict>
518 <key>NSMenuItem</key>
519 <dict>
520 <key>default</key>
521 <string>Emacs.app/Email Selection</string>
522 </dict>
523 <key>NSMessage</key>
524 <string>requestService</string>
525 <key>NSUserData</key>
526 <string>mail-selection</string>
527 <key>NSPortName</key>
528 <string>Emacs</string>
529 <key>NSSendTypes</key>
530 <array>
531 <string>NSStringPboardType</string>
532 </array>
533 </dict>
534 <dict>
535 <key>NSMenuItem</key>
536 <dict>
537 <key>default</key>
538 <string>Emacs.app/Send Email to Selected Address</string>
539 </dict>
540 <key>NSMessage</key>
541 <string>requestService</string>
542 <key>NSUserData</key>
543 <string>mail-to</string>
544 <key>NSPortName</key>
545 <string>Emacs</string>
546 <key>NSSendTypes</key>
547 <array>
548 <string>NSStringPboardType</string>
549 </array>
550 </dict>
551 </array>
553 <key>CFBundleExecutable</key>
554 <string>Emacs</string>
555 <key>CFBundleGetInfoString</key>
556 <string>Emacs 23.0.95 Copyright (C) 2009 Free Software Foundation, Inc.</string>
557 <key>CFBundleIconFile</key>
558 <string>Emacs.icns</string>
559 <key>CFBundleIdentifier</key>
560 <string>org.gnu.Emacs</string>
561 <key>CFBundleInfoDictionaryVersion</key>
562 <string>6.0</string>
563 <key>CFBundleName</key>
564 <string>Emacs</string>
565 <key>CFBundlePackageType</key>
566 <string>APPL</string>
567 <!-- This should be the emacs version number. -->
568 <key>CFBundleShortVersionString</key>
569 <string>23.0.95</string>
570 <key>CFBundleSignature</key>
571 <string>EMAx</string>
572 <!-- This SHOULD be a build number. -->
573 <key>CFBundleVersion</key>
574 <string>9.0</string>
575 <key>NSPrincipalClass</key>
576 <string>EmacsApp</string>
577 <key>CFBundleURLTypes</key>
578 <array>
579 <dict>
580 <key>CFBundleURLName</key>
581 <string>Email Address URL</string>
582 <key>CFBundleURLSchemes</key>
583 <array>
584 <string>mailto</string>
585 </array>
586 </dict>
587 </array>
588 </dict>
589 </plist>