Code

Use subdirectories with icon sizes.
[inkscape.git] / Info.plist.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5     <key>CFBundleDevelopmentRegion</key>
6     <string>English</string>
7     <key>CFBundleExecutable</key>
8     <string>Inkscape</string>
9     <key>CFBundleGetInfoString</key>
10     <string>@VERSION@, Copyright 2003-2009 Inkscape Developers</string>
11     <key>CFBundleIconFile</key>
12     <string>Inkscape.icns</string>
13     <key>CFBundleIdentifier</key>
14     <string>org.inkscape.Inkscape</string>
15     <key>CFBundleDocumentTypes</key>
16     <array>
17                     <dict>
18                         <key>CFBundleTypeExtensions</key>
19                         <array>
20                             <string>SVG</string>
21                         </array>
22                         <key>CFBundleTypeIconFile</key>
23                         <string>image-svg+xml.icns</string>
24                         <key>CFBundleTypeMIMETypes</key>
25                         <array>
26                             <string>svg</string>
27                         </array>
28                         <key>CFBundleTypeName</key>
29                         <string>Scalable Vector Graphics Image</string>
30                         <key>CFBundleTypeOSTypes</key>
31                         <array>
32                             <string>SVG </string>
33                         </array>
34                         <key>CFBundleTypeRole</key>
35                         <string>Editor</string>
36                     </dict>
37         <dict>
38             <key>CFBundleTypeExtensions</key>
39             <array>
40                 <string>SVGZ</string>
41             </array>
42             <key>CFBundleTypeIconFile</key>
43             <string>image-svg+xml-compressed.icns</string>
44             <key>CFBundleTypeMIMETypes</key>
45             <array>
46                 <string>svgz</string>
47             </array>
48             <key>CFBundleTypeName</key>
49             <string>Compressed Scalable Vector Graphics Image</string>
50             <key>CFBundleTypeOSTypes</key>
51             <array>
52                 <string>SVGZ</string>
53             </array>
54             <key>CFBundleTypeRole</key>
55             <string>Editor</string>
56         </dict>
57         <dict>
58             <key>CFBundleTypeExtensions</key>
59             <array>
60                 <string>EPS</string>
61                 <string>EPSI</string>
62             </array>
63             <key>CFBundleTypeIconFile</key>
64             <string>image-x-eps.icns</string>
65             <key>CFBundleTypeMIMETypes</key>
66             <array>
67                 <string>eps</string>
68                 <string>epsi</string>
69             </array>
70             <key>CFBundleTypeName</key>
71             <string>PostScript Document</string>
72             <key>CFBundleTypeOSTypes</key>
73             <array>
74                 <string>EPS </string>
75                 <string>EPSI</string>
76             </array>
77             <key>CFBundleTypeRole</key>
78             <string>Editor</string>
79         </dict>
80         <dict>
81             <key>CFBundleTypeExtensions</key>
82             <array>
83                 <string>PS</string>
84             </array>
85             <key>CFBundleTypeIconFile</key>
86             <string>image-x-ps.icns</string>
87             <key>CFBundleTypeMIMETypes</key>
88             <array>
89                 <string>ps</string>
90             </array>
91             <key>CFBundleTypeName</key>
92             <string>PostScript Document</string>
93             <key>CFBundleTypeOSTypes</key>
94             <array>
95                 <string>PS  </string>
96             </array>
97             <key>CFBundleTypeRole</key>
98             <string>Editor</string>
99         </dict>
100         <dict>
101             <key>CFBundleTypeExtensions</key>
102             <array>
103                 <string>AI</string>
104             </array>
105             <key>CFBundleTypeIconFile</key>
106             <string>application-illustrator.icns</string>
107             <key>CFBundleTypeMIMETypes</key>
108             <array>
109                 <string>ai</string>
110             </array>
111             <key>CFBundleTypeName</key>
112             <string>Adobe Illustrator Document</string>
113             <key>CFBundleTypeOSTypes</key>
114             <array>
115                 <string>AI  </string>
116             </array>
117             <key>CFBundleTypeRole</key>
118             <string>Editor</string>
119         </dict>
120         <dict>
121             <key>CFBundleTypeExtensions</key>
122             <array>
123                 <string>AISVG</string>
124             </array>
125             <key>CFBundleTypeIconFile</key>
126             <string>application-illustrator-svg.icns</string>
127             <key>CFBundleTypeMIMETypes</key>
128             <array>
129                 <string>ai.svg</string>
130             </array>
131             <key>CFBundleTypeName</key>
132             <string>Adobe Illustrator SVG Document</string>
133             <key>CFBundleTypeOSTypes</key>
134             <array>
135                 <string>AISVG</string>
136             </array>
137             <key>CFBundleTypeRole</key>
138             <string>Editor</string>
139         </dict>
140         <dict>
141             <key>CFBundleTypeExtensions</key>
142             <array>
143                 <string>WMF</string>
144             </array>
145             <key>CFBundleTypeIconFile</key>
146             <string>image-vnd.windows-metafile.icns</string>
147             <key>CFBundleTypeMIMETypes</key>
148             <array>
149                 <string>wmf</string>
150             </array>
151             <key>CFBundleTypeName</key>
152             <string>Windows MetaFile</string>
153             <key>CFBundleTypeOSTypes</key>
154             <array>
155                 <string>WMF </string>
156             </array>
157             <key>CFBundleTypeRole</key>
158             <string>Editor</string>
159         </dict>
160         <dict>
161             <key>CFBundleTypeExtensions</key>
162             <array>
163                 <string>PDF</string>
164             </array>
165             <key>CFBundleTypeIconFile</key>
166             <string>application-pdf.icns</string>
167             <key>CFBundleTypeMIMETypes</key>
168             <array>
169                 <string>pdf</string>
170             </array>
171             <key>CFBundleTypeName</key>
172             <string>Portable Document Format (PDF)</string>
173             <key>CFBundleTypeOSTypes</key>
174             <array>
175                 <string>PDF </string>
176             </array>
177             <key>CFBundleTypeRole</key>
178             <string>Editor</string>
179         </dict>    
180         <dict>
181             <key>CFBundleTypeExtensions</key>
182             <array>
183                 <string>GGR</string>
184             </array>
185             <key>CFBundleTypeIconFile</key>
186             <string>application-gimp-gradient.icns</string>
187             <key>CFBundleTypeMIMETypes</key>
188             <array>
189                 <string>ggr</string>
190             </array>
191             <key>CFBundleTypeName</key>
192             <string>Gimp Gradient</string>
193             <key>CFBundleTypeOSTypes</key>
194             <array>
195                 <string>GGR </string>
196             </array>
197             <key>CFBundleTypeRole</key>
198             <string>Viewer</string>
199         </dict>    
200         <dict>
201             <key>CFBundleTypeExtensions</key>
202             <array>
203                 <string>CCX</string>
204             </array>
205             <key>CFBundleTypeIconFile</key>
206             <string>application-vnd.corel-draw-compressed.icns</string>
207             <key>CFBundleTypeMIMETypes</key>
208             <array>
209                 <string>ccx</string>
210             </array>
211             <key>CFBundleTypeName</key>
212             <string>Corel Draw Compressed Document</string>
213             <key>CFBundleTypeOSTypes</key>
214             <array>
215                 <string>CCX </string>
216             </array>
217             <key>CFBundleTypeRole</key>
218             <string>Editor</string>
219         </dict>    
220         <dict>
221             <key>CFBundleTypeExtensions</key>
222             <array>
223                 <string>CDT</string>
224             </array>
225             <key>CFBundleTypeIconFile</key>
226             <string>application-vnd.corel-draw-template.icns</string>
227             <key>CFBundleTypeMIMETypes</key>
228             <array>
229                 <string>cdt</string>
230             </array>
231             <key>CFBundleTypeName</key>
232             <string>Corel Draw Template</string>
233             <key>CFBundleTypeOSTypes</key>
234             <array>
235                 <string>CDT </string>
236             </array>
237             <key>CFBundleTypeRole</key>
238             <string>Viewer</string>
239         </dict>    
240         <dict>
241             <key>CFBundleTypeExtensions</key>
242             <array>
243                 <string>CDR</string>
244             </array>
245             <key>CFBundleTypeIconFile</key>
246             <string>application-vnd.corel-draw.icns</string>
247             <key>CFBundleTypeMIMETypes</key>
248             <array>
249                 <string>cdr</string>
250             </array>
251             <key>CFBundleTypeName</key>
252             <string>Corel Draw Compressed Document</string>
253             <key>CFBundleTypeOSTypes</key>
254             <array>
255                 <string>CDR </string>
256             </array>
257             <key>CFBundleTypeRole</key>
258             <string>Editor</string>
259         </dict>    
260         <dict>
261             <key>CFBundleTypeExtensions</key>
262             <array>
263                 <string>XAML</string>
264             </array>
265             <key>CFBundleTypeIconFile</key>
266             <string>application-vnd.ms.xaml.icns</string>
267             <key>CFBundleTypeMIMETypes</key>
268             <array>
269                 <string>xaml</string>
270             </array>
271             <key>CFBundleTypeName</key>
272             <string>Extensible Application Markup Language (XAML)</string>
273             <key>CFBundleTypeOSTypes</key>
274             <array>
275                 <string>XAML</string>
276             </array>
277             <key>CFBundleTypeRole</key>
278             <string>Editor</string>
279         </dict>    
280         <dict>
281             <key>CFBundleTypeExtensions</key>
282             <array>
283                 <string>DXF</string>
284             </array>
285             <key>CFBundleTypeIconFile</key>
286             <string>image-vnd.dxf.icns</string>
287             <key>CFBundleTypeMIMETypes</key>
288             <array>
289                 <string>dxf</string>
290             </array>
291             <key>CFBundleTypeName</key>
292             <string>AutoCAD Document</string>
293             <key>CFBundleTypeOSTypes</key>
294             <array>
295                 <string>DXF </string>
296             </array>
297             <key>CFBundleTypeRole</key>
298             <string>Viewer</string>
299         </dict>    
300         <dict>
301             <key>CFBundleTypeExtensions</key>
302             <array>
303                 <string>SK1</string>
304             </array>
305             <key>CFBundleTypeIconFile</key>
306             <string>image-vnd.sk1.icns</string>
307             <key>CFBundleTypeMIMETypes</key>
308             <array>
309                 <string>sk1</string>
310             </array>
311             <key>CFBundleTypeName</key>
312             <string>Sketch Document</string>
313             <key>CFBundleTypeOSTypes</key>
314             <array>
315                 <string>SK1 </string>
316             </array>
317             <key>CFBundleTypeRole</key>
318             <string>Viewer</string>
319         </dict>    
320                 </array>
321     <key>CFBundleInfoDictionaryVersion</key>
322     <string>6.0</string>
323     <key>CFBundlePackageType</key>
324     <string>APPL</string>
325     <key>CFBundleShortVersionString</key>
326     <string>@VERSION@</string>
327     <key>CFBundleSignature</key>
328     <string>Inks</string>
329     <key>CFBundleVersion</key>
330     <string>@VERSION@</string>
331     <key>NSHumanReadableCopyright</key>
332     <string>Copyright 2009 Inkscape Developers, GNU General Public License.</string>
333     <key>LSMinimumSystemVersion</key>
334     <string>10.3</string>
335 </dict>
336 </plist>