aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist396
1 files changed, 370 insertions, 26 deletions
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index 21f10d383d4..f8bf9278e58 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
@@ -28,35 +28,254 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28 <dict> 28 <dict>
29 <key>CFBundleTypeExtensions</key> 29 <key>CFBundleTypeExtensions</key>
30 <array> 30 <array>
31 <string>text</string>
31 <string>txt</string> 32 <string>txt</string>
32 </array> 33 </array>
34 <key>CFBundleTypeIconFile</key>
35 <string>document.icns</string>
33 <key>CFBundleTypeName</key> 36 <key>CFBundleTypeName</key>
34 <string>Text</string> 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>
35 <key>CFBundleTypeRole</key> 223 <key>CFBundleTypeRole</key>
36 <string>Editor</string> 224 <string>Editor</string>
37 </dict> 225 </dict>
38 <dict> 226 <dict>
39 <key>CFBundleTypeExtensions</key> 227 <key>CFBundleTypeExtensions</key>
40 <array> 228 <array>
41 <string>c</string>
42 <string>h</string> 229 <string>h</string>
43 </array> 230 </array>
231 <key>CFBundleTypeIconFile</key>
232 <string>document.icns</string>
44 <key>CFBundleTypeName</key> 233 <key>CFBundleTypeName</key>
45 <string>C</string> 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>
46 <key>CFBundleTypeRole</key> 247 <key>CFBundleTypeRole</key>
47 <string>Editor</string> 248 <string>Editor</string>
48 </dict> 249 </dict>
49 <dict> 250 <dict>
50 <key>CFBundleTypeExtensions</key> 251 <key>CFBundleTypeExtensions</key>
51 <array> 252 <array>
52 <string>C</string>
53 <string>H</string>
54 <string>cpp</string>
55 <string>cc</string>
56 <string>hh</string> 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>
57 </array> 274 </array>
275 <key>CFBundleTypeIconFile</key>
276 <string>document.icns</string>
58 <key>CFBundleTypeName</key> 277 <key>CFBundleTypeName</key>
59 <string>C++</string> 278 <string>C++ Source File</string>
60 <key>CFBundleTypeRole</key> 279 <key>CFBundleTypeRole</key>
61 <string>Editor</string> 280 <string>Editor</string>
62 </dict> 281 </dict>
@@ -65,8 +284,79 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
65 <array> 284 <array>
66 <string>m</string> 285 <string>m</string>
67 </array> 286 </array>
287 <key>CFBundleTypeIconFile</key>
288 <string>document.icns</string>
68 <key>CFBundleTypeName</key> 289 <key>CFBundleTypeName</key>
69 <string>Objective C</string> 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>
70 <key>CFBundleTypeRole</key> 360 <key>CFBundleTypeRole</key>
71 <string>Editor</string> 361 <string>Editor</string>
72 </dict> 362 </dict>
@@ -75,32 +365,71 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
75 <array> 365 <array>
76 <string>el</string> 366 <string>el</string>
77 </array> 367 </array>
368 <key>CFBundleTypeIconFile</key>
369 <string>document.icns</string>
78 <key>CFBundleTypeName</key> 370 <key>CFBundleTypeName</key>
79 <string>Lisp</string> 371 <string>Emacs Lisp Source File</string>
80 <key>CFBundleTypeRole</key> 372 <key>CFBundleTypeRole</key>
81 <string>Editor</string> 373 <string>Editor</string>
82 </dict> 374 </dict>
83 <dict> 375 <dict>
84 <key>CFBundleTypeExtensions</key> 376 <key>CFBundleTypeExtensions</key>
85 <array> 377 <array>
86 <string>xml</string> 378 <string>hs</string>
87 <string>xhtml</string> 379 <string>lhs</string>
88 <string>xsl</string>
89 <string>xsd</string>
90 <string>xsdl</string>
91 </array> 380 </array>
381 <key>CFBundleTypeIconFile</key>
382 <string>document.icns</string>
92 <key>CFBundleTypeName</key> 383 <key>CFBundleTypeName</key>
93 <string>XML</string> 384 <string>Haskell Source File</string>
94 <key>CFBundleTypeRole</key> 385 <key>CFBundleTypeRole</key>
95 <string>Editor</string> 386 <string>Editor</string>
96 </dict> 387 </dict>
97 <dict> 388 <dict>
98 <key>CFBundleTypeExtensions</key> 389 <key>CFBundleTypeExtensions</key>
99 <array> 390 <array>
100 <string>java</string> 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>
101 </array> 404 </array>
405 <key>CFBundleTypeIconFile</key>
406 <string>document.icns</string>
102 <key>CFBundleTypeName</key> 407 <key>CFBundleTypeName</key>
103 <string>Java</string> 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>
104 <key>CFBundleTypeRole</key> 433 <key>CFBundleTypeRole</key>
105 <string>Editor</string> 434 <string>Editor</string>
106 </dict> 435 </dict>
@@ -109,11 +438,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
109 <array> 438 <array>
110 <string>tex</string> 439 <string>tex</string>
111 <string>ltx</string> 440 <string>ltx</string>
112 <string>bib</string> 441 <string>ctx</string>
113 <string>bbl</string> 442 <string>latex</string>
443 <string>texi</string>
114 </array> 444 </array>
445 <key>CFBundleTypeIconFile</key>
446 <string>document.icns</string>
115 <key>CFBundleTypeName</key> 447 <key>CFBundleTypeName</key>
116 <string>TeX/LaTeX</string> 448 <string>TeX document</string>
117 <key>CFBundleTypeRole</key> 449 <key>CFBundleTypeRole</key>
118 <string>Editor</string> 450 <string>Editor</string>
119 </dict> 451 </dict>
@@ -123,13 +455,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
123 <string>*</string> 455 <string>*</string>
124 </array> 456 </array>
125 <key>CFBundleTypeName</key> 457 <key>CFBundleTypeName</key>
126 <string>Any</string> 458 <string>All</string>
127 <key>CFBundleTypeOSTypes</key> 459 <key>CFBundleTypeOSTypes</key>
128 <array> 460 <array>
129 <string>****</string> 461 <string>****</string>
130 </array> 462 </array>
131 <key>CFBundleTypeRole</key> 463 <key>CFBundleTypeRole</key>
132 <string>Editor</string> 464 <string>Viewer</string>
133 </dict> 465 </dict>
134 </array> 466 </array>
135 467
@@ -210,9 +542,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
210 <key>CFBundleGetInfoString</key> 542 <key>CFBundleGetInfoString</key>
211 <string>Emacs 23.0.60 (C) Free Software Foundation</string> 543 <string>Emacs 23.0.60 (C) Free Software Foundation</string>
212 <key>CFBundleIconFile</key> 544 <key>CFBundleIconFile</key>
213 <string>Emacs</string> 545 <string>Emacs.icns</string>
214 <key>CFBundleIdentifier</key> 546 <key>CFBundleIdentifier</key>
215 <string>Emacs</string> 547 <string>org.gnu.Emacs</string>
216 <key>CFBundleInfoDictionaryVersion</key> 548 <key>CFBundleInfoDictionaryVersion</key>
217 <string>6.0</string> 549 <string>6.0</string>
218 <key>CFBundleName</key> 550 <key>CFBundleName</key>
@@ -222,10 +554,22 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
222 <key>CFBundleShortVersionString</key> 554 <key>CFBundleShortVersionString</key>
223 <string>Version 23.0.60</string> 555 <string>Version 23.0.60</string>
224 <key>CFBundleSignature</key> 556 <key>CFBundleSignature</key>
225 <string>Emcs</string> 557<!-- <string>Emcs</string> -->
558 <string>EMAx</string>
226 <key>CFBundleVersion</key> 559 <key>CFBundleVersion</key>
227 <string>NS 9.0</string> 560 <string>NS 9.0</string>
228 <key>NSPrincipalClass</key> 561 <key>NSPrincipalClass</key>
229 <string>EmacsApp</string> 562 <string>EmacsApp</string>
563 <key>CFBundleURLTypes</key>
564 <array>
565 <dict>
566 <key>CFBundleURLName</key>
567 <string>Email Address URL</string>
568 <key>CFBundleURLSchemes</key>
569 <array>
570 <string>mailto</string>
571 </array>
572 </dict>
573 </array>
230</dict> 574</dict>
231</plist> 575</plist>