aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-09-13 05:49:16 +0000
committerThien-Thi Nguyen2007-09-13 05:49:16 +0000
commit7c0a4ee6ecaf0f8d2a3863bcf8ab7332e0652b01 (patch)
tree0b8fe6fc8e7d0187158eb15d2ee1fbb897442f2f /mac
parentfb567548630698c44c800ad864e4153567163f47 (diff)
downloademacs-7c0a4ee6ecaf0f8d2a3863bcf8ab7332e0652b01.tar.gz
emacs-7c0a4ee6ecaf0f8d2a3863bcf8ab7332e0652b01.zip
Add filetype/extension entries for the document icon.
Diffstat (limited to 'mac')
-rw-r--r--mac/Emacs.app/Contents/Info.plist422
1 files changed, 422 insertions, 0 deletions
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist
index ed2c4a8bf7c..5a369772188 100644
--- a/mac/Emacs.app/Contents/Info.plist
+++ b/mac/Emacs.app/Contents/Info.plist
@@ -31,6 +31,428 @@ MA 02110-1301, USA.
31 <dict> 31 <dict>
32 <key>CFBundleTypeExtensions</key> 32 <key>CFBundleTypeExtensions</key>
33 <array> 33 <array>
34 <string>text</string>
35 <string>txt</string>
36 </array>
37 <key>CFBundleTypeIconFile</key>
38 <string>document.icns</string>
39 <key>CFBundleTypeName</key>
40 <string>Plain text document</string>
41 <key>CFBundleTypeOSTypes</key>
42 <array>
43 <string>TEXT</string>
44 <string>utxt</string>
45 </array>
46 <key>CFBundleTypeRole</key>
47 <string>Editor</string>
48 </dict>
49 <dict>
50 <key>CFBundleTypeExtensions</key>
51 <array>
52 <string>html</string>
53 <string>htm</string>
54 <string>shtm</string>
55 <string>shtml</string>
56 <string>jsp</string>
57 <string>asp</string>
58 </array>
59 <key>CFBundleTypeIconFile</key>
60 <string>document.icns</string>
61 <key>CFBundleTypeName</key>
62 <string>HTML document</string>
63 <key>CFBundleTypeOSTypes</key>
64 <array>
65 <string>HTML</string>
66 </array>
67 <key>CFBundleTypeRole</key>
68 <string>Editor</string>
69 </dict>
70 <dict>
71 <key>CFBundleTypeExtensions</key>
72 <array>
73 <string>css</string>
74 </array>
75 <key>CFBundleTypeIconFile</key>
76 <string>document.icns</string>
77 <key>CFBundleTypeName</key>
78 <string>CSS style sheet</string>
79 <key>CFBundleTypeRole</key>
80 <string>Editor</string>
81 </dict>
82 <dict>
83 <key>CFBundleTypeExtensions</key>
84 <array>
85 <string>xhtml</string>
86 <string>xhtm</string>
87 </array>
88 <key>CFBundleTypeIconFile</key>
89 <string>document.icns</string>
90 <key>CFBundleTypeName</key>
91 <string>XHTML document</string>
92 <key>CFBundleTypeRole</key>
93 <string>Editor</string>
94 </dict>
95 <dict>
96 <key>CFBundleTypeExtensions</key>
97 <array>
98 <string>xml</string>
99 <string>xsl</string>
100 <string>xslt</string>
101 <string>xbl</string>
102 <string>xul</string>
103 <string>rdf</string>
104 <string>dtd</string>
105 </array>
106 <key>CFBundleTypeIconFile</key>
107 <string>document.icns</string>
108 <key>CFBundleTypeName</key>
109 <string>XML document</string>
110 <key>CFBundleTypeRole</key>
111 <string>Editor</string>
112 </dict>
113 <dict>
114 <key>CFBundleTypeExtensions</key>
115 <array>
116 <string>sgml</string>
117 <string>sgm</string>
118 </array>
119 <key>CFBundleTypeIconFile</key>
120 <string>document.icns</string>
121 <key>CFBundleTypeName</key>
122 <string>SGML document</string>
123 <key>CFBundleTypeRole</key>
124 <string>Editor</string>
125 </dict>
126 <dict>
127 <key>CFBundleTypeExtensions</key>
128 <array>
129 <string>yml</string>
130 </array>
131 <key>CFBundleTypeIconFile</key>
132 <string>document.icns</string>
133 <key>CFBundleTypeName</key>
134 <string>YAML document</string>
135 <key>CFBundleTypeRole</key>
136 <string>Editor</string>
137 </dict>
138 <dict>
139 <key>CFBundleTypeExtensions</key>
140 <array>
141 <string>js</string>
142 <string>JS</string>
143 </array>
144 <key>CFBundleTypeIconFile</key>
145 <string>document.icns</string>
146 <key>CFBundleTypeName</key>
147 <string>JavaScript script</string>
148 <key>CFBundleTypeRole</key>
149 <string>Editor</string>
150 </dict>
151 <dict>
152 <key>CFBundleTypeExtensions</key>
153 <array>
154 <string>php</string>
155 <string>php3</string>
156 <string>php4</string>
157 </array>
158 <key>CFBundleTypeIconFile</key>
159 <string>document.icns</string>
160 <key>CFBundleTypeName</key>
161 <string>PHP script</string>
162 <key>CFBundleTypeRole</key>
163 <string>Editor</string>
164 </dict>
165 <dict>
166 <key>CFBundleTypeExtensions</key>
167 <array>
168 <string>tcl</string>
169 </array>
170 <key>CFBundleTypeIconFile</key>
171 <string>document.icns</string>
172 <key>CFBundleTypeName</key>
173 <string>Tcl script</string>
174 <key>CFBundleTypeRole</key>
175 <string>Editor</string>
176 </dict>
177 <dict>
178 <key>CFBundleTypeExtensions</key>
179 <array>
180 <string>rb</string>
181 </array>
182 <key>CFBundleTypeIconFile</key>
183 <string>document.icns</string>
184 <key>CFBundleTypeName</key>
185 <string>Ruby script</string>
186 <key>CFBundleTypeRole</key>
187 <string>Editor</string>
188 </dict>
189 <dict>
190 <key>CFBundleTypeExtensions</key>
191 <array>
192 <string>py</string>
193 </array>
194 <key>CFBundleTypeIconFile</key>
195 <string>document.icns</string>
196 <key>CFBundleTypeName</key>
197 <string>Python script</string>
198 <key>CFBundleTypeRole</key>
199 <string>Editor</string>
200 </dict>
201 <dict>
202 <key>CFBundleTypeExtensions</key>
203 <array>
204 <string>pl</string>
205 <string>pm</string>
206 </array>
207 <key>CFBundleTypeIconFile</key>
208 <string>document.icns</string>
209 <key>CFBundleTypeName</key>
210 <string>Perl script</string>
211 <key>CFBundleTypeRole</key>
212 <string>Editor</string>
213 </dict>
214 <dict>
215 <key>CFBundleTypeExtensions</key>
216 <array>
217 <string>sh</string>
218 <string>csh</string>
219 </array>
220 <key>CFBundleTypeIconFile</key>
221 <string>document.icns</string>
222 <key>CFBundleTypeName</key>
223 <string>Shell script</string>
224 <key>CFBundleTypeRole</key>
225 <string>Editor</string>
226 </dict>
227 <dict>
228 <key>CFBundleTypeExtensions</key>
229 <array>
230 <string>h</string>
231 </array>
232 <key>CFBundleTypeIconFile</key>
233 <string>document.icns</string>
234 <key>CFBundleTypeName</key>
235 <string>C Header Source File</string>
236 <key>CFBundleTypeRole</key>
237 <string>Editor</string>
238 </dict>
239 <dict>
240 <key>CFBundleTypeExtensions</key>
241 <array>
242 <string>c</string>
243 </array>
244 <key>CFBundleTypeIconFile</key>
245 <string>document.icns</string>
246 <key>CFBundleTypeName</key>
247 <string>C Source File</string>
248 <key>CFBundleTypeRole</key>
249 <string>Editor</string>
250 </dict>
251 <dict>
252 <key>CFBundleTypeExtensions</key>
253 <array>
254 <string>hh</string>
255 <string>hp</string>
256 <string>hpp</string>
257 <string>hxx</string>
258 <string>h++</string>
259 </array>
260 <key>CFBundleTypeIconFile</key>
261 <string>document.icns</string>
262 <key>CFBundleTypeName</key>
263 <string>C++ Header Source File</string>
264 <key>CFBundleTypeRole</key>
265 <string>Editor</string>
266 </dict>
267 <dict>
268 <key>CFBundleTypeExtensions</key>
269 <array>
270 <string>cc</string>
271 <string>cp</string>
272 <string>cpp</string>
273 <string>cxx</string>
274 <string>c++</string>
275 </array>
276 <key>CFBundleTypeIconFile</key>
277 <string>document.icns</string>
278 <key>CFBundleTypeName</key>
279 <string>C++ Source File</string>
280 <key>CFBundleTypeRole</key>
281 <string>Editor</string>
282 </dict>
283 <dict>
284 <key>CFBundleTypeExtensions</key>
285 <array>
286 <string>m</string>
287 </array>
288 <key>CFBundleTypeIconFile</key>
289 <string>document.icns</string>
290 <key>CFBundleTypeName</key>
291 <string>Objective-C Source File</string>
292 <key>CFBundleTypeRole</key>
293 <string>Editor</string>
294 </dict>
295 <dict>
296 <key>CFBundleTypeExtensions</key>
297 <array>
298 <string>s</string>
299 <string>asm</string>
300 </array>
301 <key>CFBundleTypeIconFile</key>
302 <string>document.icns</string>
303 <key>CFBundleTypeName</key>
304 <string>Assembly Source File</string>
305 <key>CFBundleTypeRole</key>
306 <string>Editor</string>
307 </dict>
308 <dict>
309 <key>CFBundleTypeExtensions</key>
310 <array>
311 <string>java</string>
312 <string>jav</string>
313 </array>
314 <key>CFBundleTypeIconFile</key>
315 <string>document.icns</string>
316 <key>CFBundleTypeName</key>
317 <string>Java Source File</string>
318 <key>CFBundleTypeRole</key>
319 <string>Editor</string>
320 </dict>
321 <dict>
322 <key>CFBundleTypeExtensions</key>
323 <array>
324 <string>f</string>
325 <string>for</string>
326 <string>f77</string>
327 <string>f90</string>
328 <string>f95</string>
329 <string>f99</string>
330 </array>
331 <key>CFBundleTypeIconFile</key>
332 <string>document.icns</string>
333 <key>CFBundleTypeName</key>
334 <string>Fortran Source File</string>
335 <key>CFBundleTypeRole</key>
336 <string>Editor</string>
337 </dict>
338 <dict>
339 <key>CFBundleTypeExtensions</key>
340 <array>
341 <string>pas</string>
342 </array>
343 <key>CFBundleTypeIconFile</key>
344 <string>document.icns</string>
345 <key>CFBundleTypeName</key>
346 <string>Pascal Source file</string>
347 <key>CFBundleTypeRole</key>
348 <string>Editor</string>
349 </dict>
350 <dict>
351 <key>CFBundleTypeExtensions</key>
352 <array>
353 <string>ada</string>
354 <string>adb</string>
355 <string>ads</string>
356 </array>
357 <key>CFBundleTypeIconFile</key>
358 <string>document.icns</string>
359 <key>CFBundleTypeName</key>
360 <string>Ada Source File</string>
361 <key>CFBundleTypeRole</key>
362 <string>Editor</string>
363 </dict>
364 <dict>
365 <key>CFBundleTypeExtensions</key>
366 <array>
367 <string>el</string>
368 </array>
369 <key>CFBundleTypeIconFile</key>
370 <string>document.icns</string>
371 <key>CFBundleTypeName</key>
372 <string>Emacs Lisp Source File</string>
373 <key>CFBundleTypeRole</key>
374 <string>Editor</string>
375 </dict>
376 <dict>
377 <key>CFBundleTypeExtensions</key>
378 <array>
379 <string>hs</string>
380 <string>lhs</string>
381 </array>
382 <key>CFBundleTypeIconFile</key>
383 <string>document.icns</string>
384 <key>CFBundleTypeName</key>
385 <string>Haskell Source File</string>
386 <key>CFBundleTypeRole</key>
387 <string>Editor</string>
388 </dict>
389 <dict>
390 <key>CFBundleTypeExtensions</key>
391 <array>
392 <string>lua</string>
393 </array>
394 <key>CFBundleTypeIconFile</key>
395 <string>document.icns</string>
396 <key>CFBundleTypeName</key>
397 <string>Lua Source File</string>
398 <key>CFBundleTypeRole</key>
399 <string>Editor</string>
400 </dict>
401 <dict>
402 <key>CFBundleTypeExtensions</key>
403 <array>
404 <string>pro</string>
405 </array>
406 <key>CFBundleTypeIconFile</key>
407 <string>document.icns</string>
408 <key>CFBundleTypeName</key>
409 <string>IDL Procedure File</string>
410 <key>CFBundleTypeRole</key>
411 <string>Editor</string>
412 </dict>
413 <dict>
414 <key>CFBundleTypeExtensions</key>
415 <array>
416 <string>gp</string>
417 </array>
418 <key>CFBundleTypeIconFile</key>
419 <string>document.icns</string>
420 <key>CFBundleTypeName</key>
421 <string>gnuplot file</string>
422 <key>CFBundleTypeRole</key>
423 <string>Editor</string>
424 </dict>
425 <dict>
426 <key>CFBundleTypeExtensions</key>
427 <array>
428 <string>bib</string>
429 </array>
430 <key>CFBundleTypeIconFile</key>
431 <string>document.icns</string>
432 <key>CFBundleTypeName</key>
433 <string>BibTeX document</string>
434 <key>CFBundleTypeRole</key>
435 <string>Editor</string>
436 </dict>
437 <dict>
438 <key>CFBundleTypeExtensions</key>
439 <array>
440 <string>tex</string>
441 <string>ltx</string>
442 <string>ctx</string>
443 <string>latex</string>
444 <string>texi</string>
445 </array>
446 <key>CFBundleTypeIconFile</key>
447 <string>document.icns</string>
448 <key>CFBundleTypeName</key>
449 <string>TeX document</string>
450 <key>CFBundleTypeRole</key>
451 <string>Editor</string>
452 </dict>
453 <dict>
454 <key>CFBundleTypeExtensions</key>
455 <array>
34 <string>*</string> 456 <string>*</string>
35 </array> 457 </array>
36 <key>CFBundleTypeName</key> 458 <key>CFBundleTypeName</key>