Add 2008 to copyright years.
[bpt/emacs.git] / mac / Emacs.app / Contents / Info.plist
1 <!--
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 Free Software Foundation, Inc.
4
5 This file is part of GNU Emacs.
6
7 GNU Emacs is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the
9 Free Software Foundation; either version 3, or (at your option) any
10 later version.
11
12 GNU Emacs is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to the Free
19 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20 MA 02110-1301, USA.
21 -->
22
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
25 <plist version="0.9">
26 <dict>
27 <key>CFBundleDevelopmentRegion</key>
28 <string>English</string>
29 <key>CFBundleDocumentTypes</key>
30 <array>
31 <dict>
32 <key>CFBundleTypeExtensions</key>
33 <array>
34 <string>*</string>
35 </array>
36 <key>CFBundleTypeName</key>
37 <string>All</string>
38 <key>CFBundleTypeOSTypes</key>
39 <array>
40 <string>****</string>
41 </array>
42 <key>CFBundleTypeRole</key>
43 <string>Viewer</string>
44 </dict>
45 </array>
46 <key>CFBundleExecutable</key>
47 <string>Emacs</string>
48 <key>CFBundleIconFile</key>
49 <string>Emacs.icns</string>
50 <key>CFBundleIdentifier</key>
51 <string>org.gnu.Emacs</string>
52 <key>CFBundleInfoDictionaryVersion</key>
53 <string>6.0</string>
54 <key>CFBundlePackageType</key>
55 <string>APPL</string>
56 <key>CFBundleSignature</key>
57 <string>EMAx</string>
58 <key>CFBundleVersion</key>
59 <string>1.1</string>
60 <key>CFBundleURLTypes</key>
61 <array>
62 <dict>
63 <key>CFBundleURLName</key>
64 <string>Email Address URL</string>
65 <key>CFBundleURLSchemes</key>
66 <array>
67 <string>mailto</string>
68 </array>
69 </dict>
70 </array>
71 <key>NSServices</key>
72 <array>
73 <dict>
74 <key>NSKeyEquivalent</key>
75 <dict/>
76 <key>NSMenuItem</key>
77 <dict>
78 <key>default</key>
79 <string>Emacs/New Buffer Containing Selection</string>
80 </dict>
81 <key>NSMessage</key>
82 <string>open-selection</string>
83 <key>NSPortName</key>
84 <string>Emacs</string>
85 <key>NSReturnTypes</key>
86 <array/>
87 <key>NSSendTypes</key>
88 <array>
89 <string>NSStringPboardType</string>
90 </array>
91 </dict>
92 <dict>
93 <key>NSKeyEquivalent</key>
94 <dict/>
95 <key>NSMenuItem</key>
96 <dict>
97 <key>default</key>
98 <string>Emacs/Open Selected File</string>
99 </dict>
100 <key>NSMessage</key>
101 <string>open-file</string>
102 <key>NSPortName</key>
103 <string>Emacs</string>
104 <key>NSReturnTypes</key>
105 <array/>
106 <key>NSSendTypes</key>
107 <array>
108 <string>NSStringPboardType</string>
109 </array>
110 </dict>
111 <dict>
112 <key>NSKeyEquivalent</key>
113 <dict/>
114 <key>NSMenuItem</key>
115 <dict>
116 <key>default</key>
117 <string>Emacs/Send Selection</string>
118 </dict>
119 <key>NSMessage</key>
120 <string>mail-selection</string>
121 <key>NSPortName</key>
122 <string>Emacs</string>
123 <key>NSReturnTypes</key>
124 <array/>
125 <key>NSSendTypes</key>
126 <array>
127 <string>NSStringPboardType</string>
128 </array>
129 </dict>
130 <dict>
131 <key>NSKeyEquivalent</key>
132 <dict/>
133 <key>NSMenuItem</key>
134 <dict>
135 <key>default</key>
136 <string>Emacs/Send To</string>
137 </dict>
138 <key>NSMessage</key>
139 <string>mail-to</string>
140 <key>NSPortName</key>
141 <string>Emacs</string>
142 <key>NSReturnTypes</key>
143 <array/>
144 <key>NSSendTypes</key>
145 <array>
146 <string>NSStringPboardType</string>
147 </array>
148 </dict>
149 </array>
150 </dict>
151 </plist>