Bump version to 23.0.92.
[emacs.git] / nextstep / Cocoa / Emacs.base / Contents / Info.plist
blobd1f3ecd5781df4665e6b7d681a59a251968b61f5
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>css</string>
71 </array>
72 <key>CFBundleTypeIconFile</key>
73 <string>document.icns</string>
74 <key>CFBundleTypeName</key>
75 <string>CSS style sheet</string>
76 <key>CFBundleTypeRole</key>
77 <string>Editor</string>
78 </dict>
79 <dict>
80 <key>CFBundleTypeExtensions</key>
81 <array>
82 <string>xhtml</string>
83 <string>xhtm</string>
84 </array>
85 <key>CFBundleTypeIconFile</key>
86 <string>document.icns</string>
87 <key>CFBundleTypeName</key>
88 <string>XHTML document</string>
89 <key>CFBundleTypeRole</key>
90 <string>Editor</string>
91 </dict>
92 <dict>
93 <key>CFBundleTypeExtensions</key>
94 <array>
95 <string>xml</string>
96 <string>xsl</string>
97 <string>xslt</string>
98 <string>xbl</string>
99 <string>xul</string>
100 <string>rdf</string>
101 <string>dtd</string>
102 <string>xsd</string>
103 <string>xsdl</string>
104 </array>
105 <key>CFBundleTypeIconFile</key>
106 <string>document.icns</string>
107 <key>CFBundleTypeName</key>
108 <string>XML document</string>
109 <key>CFBundleTypeRole</key>
110 <string>Editor</string>
111 </dict>
112 <dict>
113 <key>CFBundleTypeExtensions</key>
114 <array>
115 <string>sgml</string>
116 <string>sgm</string>
117 </array>
118 <key>CFBundleTypeIconFile</key>
119 <string>document.icns</string>
120 <key>CFBundleTypeName</key>
121 <string>SGML document</string>
122 <key>CFBundleTypeRole</key>
123 <string>Editor</string>
124 </dict>
125 <dict>
126 <key>CFBundleTypeExtensions</key>
127 <array>
128 <string>yml</string>
129 </array>
130 <key>CFBundleTypeIconFile</key>
131 <string>document.icns</string>
132 <key>CFBundleTypeName</key>
133 <string>YAML document</string>
134 <key>CFBundleTypeRole</key>
135 <string>Editor</string>
136 </dict>
137 <dict>
138 <key>CFBundleTypeExtensions</key>
139 <array>
140 <string>js</string>
141 <string>JS</string>
142 </array>
143 <key>CFBundleTypeIconFile</key>
144 <string>document.icns</string>
145 <key>CFBundleTypeName</key>
146 <string>JavaScript script</string>
147 <key>CFBundleTypeRole</key>
148 <string>Editor</string>
149 </dict>
150 <dict>
151 <key>CFBundleTypeExtensions</key>
152 <array>
153 <string>php</string>
154 <string>php3</string>
155 <string>php4</string>
156 </array>
157 <key>CFBundleTypeIconFile</key>
158 <string>document.icns</string>
159 <key>CFBundleTypeName</key>
160 <string>PHP script</string>
161 <key>CFBundleTypeRole</key>
162 <string>Editor</string>
163 </dict>
164 <dict>
165 <key>CFBundleTypeExtensions</key>
166 <array>
167 <string>tcl</string>
168 </array>
169 <key>CFBundleTypeIconFile</key>
170 <string>document.icns</string>
171 <key>CFBundleTypeName</key>
172 <string>Tcl script</string>
173 <key>CFBundleTypeRole</key>
174 <string>Editor</string>
175 </dict>
176 <dict>
177 <key>CFBundleTypeExtensions</key>
178 <array>
179 <string>rb</string>
180 </array>
181 <key>CFBundleTypeIconFile</key>
182 <string>document.icns</string>
183 <key>CFBundleTypeName</key>
184 <string>Ruby script</string>
185 <key>CFBundleTypeRole</key>
186 <string>Editor</string>
187 </dict>
188 <dict>
189 <key>CFBundleTypeExtensions</key>
190 <array>
191 <string>py</string>
192 </array>
193 <key>CFBundleTypeIconFile</key>
194 <string>document.icns</string>
195 <key>CFBundleTypeName</key>
196 <string>Python script</string>
197 <key>CFBundleTypeRole</key>
198 <string>Editor</string>
199 </dict>
200 <dict>
201 <key>CFBundleTypeExtensions</key>
202 <array>
203 <string>pl</string>
204 <string>pm</string>
205 </array>
206 <key>CFBundleTypeIconFile</key>
207 <string>document.icns</string>
208 <key>CFBundleTypeName</key>
209 <string>Perl script</string>
210 <key>CFBundleTypeRole</key>
211 <string>Editor</string>
212 </dict>
213 <dict>
214 <key>CFBundleTypeExtensions</key>
215 <array>
216 <string>sh</string>
217 <string>csh</string>
218 </array>
219 <key>CFBundleTypeIconFile</key>
220 <string>document.icns</string>
221 <key>CFBundleTypeName</key>
222 <string>Shell script</string>
223 <key>CFBundleTypeRole</key>
224 <string>Editor</string>
225 </dict>
226 <dict>
227 <key>CFBundleTypeExtensions</key>
228 <array>
229 <string>h</string>
230 </array>
231 <key>CFBundleTypeIconFile</key>
232 <string>document.icns</string>
233 <key>CFBundleTypeName</key>
234 <string>C Header Source File</string>
235 <key>CFBundleTypeRole</key>
236 <string>Editor</string>
237 </dict>
238 <dict>
239 <key>CFBundleTypeExtensions</key>
240 <array>
241 <string>c</string>
242 </array>
243 <key>CFBundleTypeIconFile</key>
244 <string>document.icns</string>
245 <key>CFBundleTypeName</key>
246 <string>C Source File</string>
247 <key>CFBundleTypeRole</key>
248 <string>Editor</string>
249 </dict>
250 <dict>
251 <key>CFBundleTypeExtensions</key>
252 <array>
253 <string>hh</string>
254 <string>hp</string>
255 <string>hpp</string>
256 <string>hxx</string>
257 <string>h++</string>
258 </array>
259 <key>CFBundleTypeIconFile</key>
260 <string>document.icns</string>
261 <key>CFBundleTypeName</key>
262 <string>C++ Header Source File</string>
263 <key>CFBundleTypeRole</key>
264 <string>Editor</string>
265 </dict>
266 <dict>
267 <key>CFBundleTypeExtensions</key>
268 <array>
269 <string>cc</string>
270 <string>cp</string>
271 <string>cpp</string>
272 <string>cxx</string>
273 <string>c++</string>
274 </array>
275 <key>CFBundleTypeIconFile</key>
276 <string>document.icns</string>
277 <key>CFBundleTypeName</key>
278 <string>C++ Source File</string>
279 <key>CFBundleTypeRole</key>
280 <string>Editor</string>
281 </dict>
282 <dict>
283 <key>CFBundleTypeExtensions</key>
284 <array>
285 <string>m</string>
286 </array>
287 <key>CFBundleTypeIconFile</key>
288 <string>document.icns</string>
289 <key>CFBundleTypeName</key>
290 <string>Objective-C Source File</string>
291 <key>CFBundleTypeRole</key>
292 <string>Editor</string>
293 </dict>
294 <dict>
295 <key>CFBundleTypeExtensions</key>
296 <array>
297 <string>s</string>
298 <string>asm</string>
299 </array>
300 <key>CFBundleTypeIconFile</key>
301 <string>document.icns</string>
302 <key>CFBundleTypeName</key>
303 <string>Assembly Source File</string>
304 <key>CFBundleTypeRole</key>
305 <string>Editor</string>
306 </dict>
307 <dict>
308 <key>CFBundleTypeExtensions</key>
309 <array>
310 <string>java</string>
311 <string>jav</string>
312 </array>
313 <key>CFBundleTypeIconFile</key>
314 <string>document.icns</string>
315 <key>CFBundleTypeName</key>
316 <string>Java Source File</string>
317 <key>CFBundleTypeRole</key>
318 <string>Editor</string>
319 </dict>
320 <dict>
321 <key>CFBundleTypeExtensions</key>
322 <array>
323 <string>f</string>
324 <string>for</string>
325 <string>f77</string>
326 <string>f90</string>
327 <string>f95</string>
328 <string>f99</string>
329 </array>
330 <key>CFBundleTypeIconFile</key>
331 <string>document.icns</string>
332 <key>CFBundleTypeName</key>
333 <string>Fortran Source File</string>
334 <key>CFBundleTypeRole</key>
335 <string>Editor</string>
336 </dict>
337 <dict>
338 <key>CFBundleTypeExtensions</key>
339 <array>
340 <string>pas</string>
341 </array>
342 <key>CFBundleTypeIconFile</key>
343 <string>document.icns</string>
344 <key>CFBundleTypeName</key>
345 <string>Pascal Source file</string>
346 <key>CFBundleTypeRole</key>
347 <string>Editor</string>
348 </dict>
349 <dict>
350 <key>CFBundleTypeExtensions</key>
351 <array>
352 <string>ada</string>
353 <string>adb</string>
354 <string>ads</string>
355 </array>
356 <key>CFBundleTypeIconFile</key>
357 <string>document.icns</string>
358 <key>CFBundleTypeName</key>
359 <string>Ada Source File</string>
360 <key>CFBundleTypeRole</key>
361 <string>Editor</string>
362 </dict>
363 <dict>
364 <key>CFBundleTypeExtensions</key>
365 <array>
366 <string>el</string>
367 </array>
368 <key>CFBundleTypeIconFile</key>
369 <string>document.icns</string>
370 <key>CFBundleTypeName</key>
371 <string>Emacs Lisp Source File</string>
372 <key>CFBundleTypeRole</key>
373 <string>Editor</string>
374 </dict>
375 <dict>
376 <key>CFBundleTypeExtensions</key>
377 <array>
378 <string>hs</string>
379 <string>lhs</string>
380 </array>
381 <key>CFBundleTypeIconFile</key>
382 <string>document.icns</string>
383 <key>CFBundleTypeName</key>
384 <string>Haskell Source File</string>
385 <key>CFBundleTypeRole</key>
386 <string>Editor</string>
387 </dict>
388 <dict>
389 <key>CFBundleTypeExtensions</key>
390 <array>
391 <string>lua</string>
392 </array>
393 <key>CFBundleTypeIconFile</key>
394 <string>document.icns</string>
395 <key>CFBundleTypeName</key>
396 <string>Lua Source File</string>
397 <key>CFBundleTypeRole</key>
398 <string>Editor</string>
399 </dict>
400 <dict>
401 <key>CFBundleTypeExtensions</key>
402 <array>
403 <string>pro</string>
404 </array>
405 <key>CFBundleTypeIconFile</key>
406 <string>document.icns</string>
407 <key>CFBundleTypeName</key>
408 <string>IDL Procedure File</string>
409 <key>CFBundleTypeRole</key>
410 <string>Editor</string>
411 </dict>
412 <dict>
413 <key>CFBundleTypeExtensions</key>
414 <array>
415 <string>gp</string>
416 </array>
417 <key>CFBundleTypeIconFile</key>
418 <string>document.icns</string>
419 <key>CFBundleTypeName</key>
420 <string>gnuplot file</string>
421 <key>CFBundleTypeRole</key>
422 <string>Editor</string>
423 </dict>
424 <dict>
425 <key>CFBundleTypeExtensions</key>
426 <array>
427 <string>bib</string>
428 </array>
429 <key>CFBundleTypeIconFile</key>
430 <string>document.icns</string>
431 <key>CFBundleTypeName</key>
432 <string>BibTeX document</string>
433 <key>CFBundleTypeRole</key>
434 <string>Editor</string>
435 </dict>
436 <dict>
437 <key>CFBundleTypeExtensions</key>
438 <array>
439 <string>tex</string>
440 <string>ltx</string>
441 <string>ctx</string>
442 <string>latex</string>
443 <string>texi</string>
444 </array>
445 <key>CFBundleTypeIconFile</key>
446 <string>document.icns</string>
447 <key>CFBundleTypeName</key>
448 <string>TeX document</string>
449 <key>CFBundleTypeRole</key>
450 <string>Editor</string>
451 </dict>
452 <dict>
453 <key>CFBundleTypeExtensions</key>
454 <array>
455 <string>*</string>
456 </array>
457 <key>CFBundleTypeName</key>
458 <string>All</string>
459 <key>CFBundleTypeOSTypes</key>
460 <array>
461 <string>****</string>
462 </array>
463 <key>CFBundleTypeRole</key>
464 <string>Viewer</string>
465 </dict>
466 </array>
468 <key>NSServices</key>
469 <array>
470 <dict>
471 <key>NSMenuItem</key>
472 <dict>
473 <key>default</key>
474 <string>Emacs.app/New Buffer Containing Selection</string>
475 </dict>
476 <key>NSMessage</key>
477 <string>requestService</string>
478 <key>NSUserData</key>
479 <string>open-selection</string>
480 <key>NSPortName</key>
481 <string>Emacs</string>
482 <key>NSSendTypes</key>
483 <array>
484 <string>NSStringPboardType</string>
485 </array>
486 </dict>
487 <dict>
488 <key>NSMenuItem</key>
489 <dict>
490 <key>default</key>
491 <string>Emacs.app/Open Selected File</string>
492 </dict>
493 <key>NSMessage</key>
494 <string>requestService</string>
495 <key>NSUserData</key>
496 <string>open-file</string>
497 <key>NSPortName</key>
498 <string>Emacs</string>
499 <key>NSSendTypes</key>
500 <array>
501 <string>NSStringPboardType</string>
502 </array>
503 </dict>
504 <dict>
505 <key>NSMenuItem</key>
506 <dict>
507 <key>default</key>
508 <string>Emacs.app/Email Selection</string>
509 </dict>
510 <key>NSMessage</key>
511 <string>requestService</string>
512 <key>NSUserData</key>
513 <string>mail-selection</string>
514 <key>NSPortName</key>
515 <string>Emacs</string>
516 <key>NSSendTypes</key>
517 <array>
518 <string>NSStringPboardType</string>
519 </array>
520 </dict>
521 <dict>
522 <key>NSMenuItem</key>
523 <dict>
524 <key>default</key>
525 <string>Emacs.app/Send Email to Selected Address</string>
526 </dict>
527 <key>NSMessage</key>
528 <string>requestService</string>
529 <key>NSUserData</key>
530 <string>mail-to</string>
531 <key>NSPortName</key>
532 <string>Emacs</string>
533 <key>NSSendTypes</key>
534 <array>
535 <string>NSStringPboardType</string>
536 </array>
537 </dict>
538 </array>
540 <key>CFBundleExecutable</key>
541 <string>Emacs</string>
542 <key>CFBundleGetInfoString</key>
543 <string>Emacs 23.0.92 Copyright (C) 2009 Free Software Foundation, Inc.</string>
544 <key>CFBundleIconFile</key>
545 <string>Emacs.icns</string>
546 <key>CFBundleIdentifier</key>
547 <string>org.gnu.Emacs</string>
548 <key>CFBundleInfoDictionaryVersion</key>
549 <string>6.0</string>
550 <key>CFBundleName</key>
551 <string>Emacs</string>
552 <key>CFBundlePackageType</key>
553 <string>APPL</string>
554 <!-- This should be the emacs version number. -->
555 <key>CFBundleShortVersionString</key>
556 <string>23.0.92</string>
557 <key>CFBundleSignature</key>
558 <string>EMAx</string>
559 <!-- This SHOULD be a build number. -->
560 <key>CFBundleVersion</key>
561 <string>9.0</string>
562 <key>NSPrincipalClass</key>
563 <string>EmacsApp</string>
564 <key>CFBundleURLTypes</key>
565 <array>
566 <dict>
567 <key>CFBundleURLName</key>
568 <string>Email Address URL</string>
569 <key>CFBundleURLSchemes</key>
570 <array>
571 <string>mailto</string>
572 </array>
573 </dict>
574 </array>
575 </dict>
576 </plist>