~tweenk/inkscape/cpp11-configure-fix

1 by mental
moving trunk for module inkscape
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>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
10
    <string>@VERSION@, Copyright 2003-2014 Inkscape Developers</string>
1 by mental
moving trunk for module inkscape
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>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
17
        <dict>
18
            <key>CFBundleTypeExtensions</key>
19
            <array>
20
                <string>svg</string>
21
                <string>SVG</string>
22
            </array>
23
            <key>CFBundleTypeIconFile</key>
24
            <string>image-svg+xml.icns</string>
25
            <key>CFBundleTypeMIMETypes</key>
26
            <array>
27
                <string>image/svg+xml</string>
28
            </array>
29
            <key>CFBundleTypeName</key>
30
            <string>Scalable Vector Graphics Image</string>
31
            <key>CFBundleTypeOSTypes</key>
32
            <array>
33
                <string>SVG </string>
34
            </array>
35
            <key>CFBundleTypeRole</key>
36
            <string>Editor</string>
37
            <key>LSHandlerRank</key>
38
            <string>Owner</string>
39
        </dict>
40
        <dict>
41
            <key>CFBundleTypeExtensions</key>
42
            <array>
43
                <string>svgz</string>
1 by mental
moving trunk for module inkscape
44
                <string>SVGZ</string>
45
            </array>
46
            <key>CFBundleTypeIconFile</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
47
            <string>image-svg+xml-compressed.icns</string>
1 by mental
moving trunk for module inkscape
48
            <key>CFBundleTypeMIMETypes</key>
49
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
50
                <string>image/svg+xml-compressed</string>
1 by mental
moving trunk for module inkscape
51
            </array>
52
            <key>CFBundleTypeName</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
53
            <string>Compressed Scalable Vector Graphics Image</string>
1 by mental
moving trunk for module inkscape
54
            <key>CFBundleTypeOSTypes</key>
55
            <array>
56
                <string>SVGZ</string>
57
            </array>
58
            <key>CFBundleTypeRole</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
59
            <string>Editor</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
60
            <key>LSHandlerRank</key>
61
            <string>Owner</string>
1 by mental
moving trunk for module inkscape
62
        </dict>
63
        <dict>
64
            <key>CFBundleTypeExtensions</key>
65
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
66
                <string>eps</string>
67
                <string>epsi</string>
1 by mental
moving trunk for module inkscape
68
                <string>EPS</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
69
                <string>EPSI</string>
1 by mental
moving trunk for module inkscape
70
            </array>
71
            <key>CFBundleTypeIconFile</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
72
            <string>image-x-eps.icns</string>
1 by mental
moving trunk for module inkscape
73
            <key>CFBundleTypeMIMETypes</key>
74
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
75
                <string>application/postscript</string>
76
                <string>image/x-eps</string>
1 by mental
moving trunk for module inkscape
77
            </array>
78
            <key>CFBundleTypeName</key>
2967 by jiho-sf
new documents icons for Mac OS X:
79
            <string>PostScript Document</string>
1 by mental
moving trunk for module inkscape
80
            <key>CFBundleTypeOSTypes</key>
81
            <array>
82
                <string>EPS </string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
83
                <string>EPSI</string>
84
            </array>
85
            <key>CFBundleTypeRole</key>
86
            <string>Editor</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
87
            <key>LSHandlerRank</key>
88
            <string>Alternate</string>
89
            <key>LSItemContentTypes</key>
90
            <array>
91
                <string>com.adobe.encapsulated-postscript</string>
92
            </array>
1 by mental
moving trunk for module inkscape
93
        </dict>
94
        <dict>
95
            <key>CFBundleTypeExtensions</key>
96
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
97
                <string>ps</string>
1 by mental
moving trunk for module inkscape
98
                <string>PS</string>
99
            </array>
100
            <key>CFBundleTypeIconFile</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
101
            <string>image-x-ps.icns</string>
1 by mental
moving trunk for module inkscape
102
            <key>CFBundleTypeMIMETypes</key>
103
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
104
                <string>application/postscript</string>
105
                <string>image/x-ps</string>
1 by mental
moving trunk for module inkscape
106
            </array>
107
            <key>CFBundleTypeName</key>
2967 by jiho-sf
new documents icons for Mac OS X:
108
            <string>PostScript Document</string>
1 by mental
moving trunk for module inkscape
109
            <key>CFBundleTypeOSTypes</key>
110
            <array>
111
                <string>PS  </string>
112
            </array>
113
            <key>CFBundleTypeRole</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
114
            <string>Editor</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
115
            <key>LSHandlerRank</key>
116
            <string>Alternate</string>
117
            <key>LSItemContentTypes</key>
118
            <array>
119
                <string>com.adobe.postscript</string>
120
            </array>
1 by mental
moving trunk for module inkscape
121
        </dict>
2967 by jiho-sf
new documents icons for Mac OS X:
122
        <dict>
123
            <key>CFBundleTypeExtensions</key>
124
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
125
                <string>ai</string>
2967 by jiho-sf
new documents icons for Mac OS X:
126
                <string>AI</string>
127
            </array>
128
            <key>CFBundleTypeIconFile</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
129
            <string>application-illustrator.icns</string>
2967 by jiho-sf
new documents icons for Mac OS X:
130
            <key>CFBundleTypeMIMETypes</key>
131
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
132
                <string>application/illustrator</string>
133
                <string>application/pdf</string>
2967 by jiho-sf
new documents icons for Mac OS X:
134
            </array>
135
            <key>CFBundleTypeName</key>
136
            <string>Adobe Illustrator Document</string>
137
            <key>CFBundleTypeOSTypes</key>
138
            <array>
139
                <string>AI  </string>
140
            </array>
141
            <key>CFBundleTypeRole</key>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
142
            <string>Viewer</string>
143
            <key>LSHandlerRank</key>
144
            <string>Alternate</string>
145
            <key>LSItemContentTypes</key>
146
            <array>
147
                <string>com.adobe.illustrator.ai-image</string>
148
            </array>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
149
        </dict>
150
        <dict>
151
            <key>CFBundleTypeExtensions</key>
152
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
153
                <string>aisvg</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
154
                <string>AISVG</string>
155
            </array>
156
            <key>CFBundleTypeIconFile</key>
157
            <string>application-illustrator-svg.icns</string>
158
            <key>CFBundleTypeMIMETypes</key>
159
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
160
                <string>application/illustrator-svg</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
161
            </array>
162
            <key>CFBundleTypeName</key>
163
            <string>Adobe Illustrator SVG Document</string>
164
            <key>CFBundleTypeOSTypes</key>
165
            <array>
166
                <string>AISVG</string>
167
            </array>
168
            <key>CFBundleTypeRole</key>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
169
            <string>Viewer</string>
2967 by jiho-sf
new documents icons for Mac OS X:
170
        </dict>
171
        <dict>
172
            <key>CFBundleTypeExtensions</key>
173
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
174
                <string>wmf</string>
2967 by jiho-sf
new documents icons for Mac OS X:
175
                <string>WMF</string>
176
            </array>
177
            <key>CFBundleTypeIconFile</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
178
            <string>image-vnd.windows-metafile.icns</string>
2967 by jiho-sf
new documents icons for Mac OS X:
179
            <key>CFBundleTypeMIMETypes</key>
180
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
181
                <string>image/vnd.windows-metafile</string>
2967 by jiho-sf
new documents icons for Mac OS X:
182
            </array>
183
            <key>CFBundleTypeName</key>
184
            <string>Windows MetaFile</string>
185
            <key>CFBundleTypeOSTypes</key>
186
            <array>
187
                <string>WMF </string>
188
            </array>
189
            <key>CFBundleTypeRole</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
190
            <string>Editor</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
191
            <key>LSHandlerRank</key>
192
            <string>Alternate</string>
2967 by jiho-sf
new documents icons for Mac OS X:
193
        </dict>
194
        <dict>
195
            <key>CFBundleTypeExtensions</key>
196
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
197
                <string>pdf</string>
2967 by jiho-sf
new documents icons for Mac OS X:
198
                <string>PDF</string>
199
            </array>
200
            <key>CFBundleTypeIconFile</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
201
            <string>application-pdf.icns</string>
2967 by jiho-sf
new documents icons for Mac OS X:
202
            <key>CFBundleTypeMIMETypes</key>
203
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
204
                <string>application/pdf</string>
2967 by jiho-sf
new documents icons for Mac OS X:
205
            </array>
206
            <key>CFBundleTypeName</key>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
207
            <string>NSPDFPboardType</string>
2967 by jiho-sf
new documents icons for Mac OS X:
208
            <key>CFBundleTypeOSTypes</key>
209
            <array>
210
                <string>PDF </string>
211
            </array>
212
            <key>CFBundleTypeRole</key>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
213
            <string>Editor</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
214
            <key>LSHandlerRank</key>
215
            <string>Alternate</string>
216
            <key>LSItemContentTypes</key>
217
            <array>
218
                <string>com.adobe.pdf</string>
219
            </array>
220
        </dict>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
221
        <dict>
222
            <key>CFBundleTypeExtensions</key>
223
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
224
                <string>ggr</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
225
                <string>GGR</string>
226
            </array>
227
            <key>CFBundleTypeIconFile</key>
228
            <string>application-gimp-gradient.icns</string>
229
            <key>CFBundleTypeMIMETypes</key>
230
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
231
                <string>application/x-gimp-gradient</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
232
            </array>
233
            <key>CFBundleTypeName</key>
234
            <string>Gimp Gradient</string>
235
            <key>CFBundleTypeRole</key>
236
            <string>Viewer</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
237
            <key>LSHandlerRank</key>
238
            <string>Alternate</string>
239
            <key>LSItemContentTypes</key>
240
            <array>
241
                <string>org.gimp.ggr</string>
242
            </array>
243
        </dict>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
244
        <dict>
245
            <key>CFBundleTypeExtensions</key>
246
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
247
                <string>ccx</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
248
                <string>CCX</string>
249
            </array>
250
            <key>CFBundleTypeIconFile</key>
251
            <string>application-vnd.corel-draw-compressed.icns</string>
252
            <key>CFBundleTypeMIMETypes</key>
253
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
254
                <string>application/vnd.corel-draw-compressed</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
255
            </array>
256
            <key>CFBundleTypeName</key>
257
            <string>Corel Draw Compressed Document</string>
258
            <key>CFBundleTypeOSTypes</key>
259
            <array>
260
                <string>CCX </string>
261
            </array>
262
            <key>CFBundleTypeRole</key>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
263
            <string>Viewer</string>
264
            <key>LSHandlerRank</key>
265
            <string>Alternate</string>
266
        </dict>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
267
        <dict>
268
            <key>CFBundleTypeExtensions</key>
269
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
270
                <string>cdt</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
271
                <string>CDT</string>
272
            </array>
273
            <key>CFBundleTypeIconFile</key>
274
            <string>application-vnd.corel-draw-template.icns</string>
275
            <key>CFBundleTypeMIMETypes</key>
276
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
277
                <string>application/vnd.corel-draw-template</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
278
            </array>
279
            <key>CFBundleTypeName</key>
280
            <string>Corel Draw Template</string>
281
            <key>CFBundleTypeOSTypes</key>
282
            <array>
283
                <string>CDT </string>
284
            </array>
285
            <key>CFBundleTypeRole</key>
286
            <string>Viewer</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
287
            <key>LSHandlerRank</key>
288
            <string>Alternate</string>
289
        </dict>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
290
        <dict>
291
            <key>CFBundleTypeExtensions</key>
292
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
293
                <string>cdr</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
294
                <string>CDR</string>
295
            </array>
296
            <key>CFBundleTypeIconFile</key>
297
            <string>application-vnd.corel-draw.icns</string>
298
            <key>CFBundleTypeMIMETypes</key>
299
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
300
                <string>application/vnd.corel-draw</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
301
            </array>
302
            <key>CFBundleTypeName</key>
303
            <string>Corel Draw Compressed Document</string>
304
            <key>CFBundleTypeOSTypes</key>
305
            <array>
306
                <string>CDR </string>
307
            </array>
308
            <key>CFBundleTypeRole</key>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
309
            <string>Viewer</string>
310
            <key>LSHandlerRank</key>
311
            <string>Alternate</string>
312
        </dict>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
313
        <dict>
314
            <key>CFBundleTypeExtensions</key>
315
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
316
                <string>xaml</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
317
                <string>XAML</string>
318
            </array>
319
            <key>CFBundleTypeIconFile</key>
320
            <string>application-vnd.ms.xaml.icns</string>
321
            <key>CFBundleTypeMIMETypes</key>
322
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
323
                <string>appliction/vnd.ms.xaml</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
324
            </array>
325
            <key>CFBundleTypeName</key>
326
            <string>Extensible Application Markup Language (XAML)</string>
327
            <key>CFBundleTypeOSTypes</key>
328
            <array>
329
                <string>XAML</string>
330
            </array>
331
            <key>CFBundleTypeRole</key>
332
            <string>Editor</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
333
            <key>LSHandlerRank</key>
334
            <string>Alternate</string>
335
        </dict>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
336
        <dict>
337
            <key>CFBundleTypeExtensions</key>
338
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
339
                <string>dxf</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
340
                <string>DXF</string>
341
            </array>
342
            <key>CFBundleTypeIconFile</key>
343
            <string>image-vnd.dxf.icns</string>
344
            <key>CFBundleTypeMIMETypes</key>
345
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
346
                <string>image/vnd.dxf</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
347
            </array>
348
            <key>CFBundleTypeName</key>
349
            <string>AutoCAD Document</string>
350
            <key>CFBundleTypeOSTypes</key>
351
            <array>
352
                <string>DXF </string>
353
            </array>
354
            <key>CFBundleTypeRole</key>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
355
            <string>Editor</string>
356
            <key>LSHandlerRank</key>
357
            <string>Alternate</string>
358
        </dict>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
359
        <dict>
360
            <key>CFBundleTypeExtensions</key>
361
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
362
                <string>sk1</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
363
                <string>SK1</string>
364
            </array>
365
            <key>CFBundleTypeIconFile</key>
366
            <string>image-vnd.sk1.icns</string>
367
            <key>CFBundleTypeMIMETypes</key>
368
            <array>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
369
                <string>image/vnd.sk1</string>
7938 by jiho-sf
Switch to new icons from jimmac on OS X
370
            </array>
371
            <key>CFBundleTypeName</key>
372
            <string>Sketch Document</string>
373
            <key>CFBundleTypeOSTypes</key>
374
            <array>
375
                <string>SK1 </string>
376
            </array>
377
            <key>CFBundleTypeRole</key>
2967 by jiho-sf
new documents icons for Mac OS X:
378
            <string>Viewer</string>
13798.1.3 by ~suv
Update for osx packaging (CFBundleDocumentTypes): rewrite mime-types, add missing keys and file types, add new generic document icon
379
            <key>LSHandlerRank</key>
380
            <string>Alternate</string>
381
        </dict>
382
        <dict>
383
            <key>CFBundleTypeExtensions</key>
384
            <array>
385
                <string>wpg</string>
386
                <string>WPG</string>
387
            </array>
388
            <key>CFBundleTypeIconFile</key>
389
            <string>application-vnd.wordperfect-graphic.icns</string>
390
            <key>CFBundleTypeMIMETypes</key>
391
            <array>
392
                <string>application/vnd.wordperfect-graphic</string>
393
                <string>image/x-wpg</string>
394
            </array>
395
            <key>CFBundleTypeName</key>
396
            <string>WordPerfect Graphics</string>
397
            <key>CFBundleTypeOSTypes</key>
398
            <array>
399
                <string>WPG </string>
400
            </array>
401
            <key>CFBundleTypeRole</key>
402
            <string>Viewer</string>
403
            <key>LSHandlerRank</key>
404
            <string>Alternate</string>
405
        </dict>
406
        <dict>
407
            <key>CFBundleTypeExtensions</key>
408
            <array>
409
                <string>emf</string>
410
                <string>EMF</string>
411
            </array>
412
            <key>CFBundleTypeIconFile</key>
413
            <string>Inkscape-Generic.icns</string>
414
            <key>CFBundleTypeMIMETypes</key>
415
            <array>
416
                <string>image/emf</string>
417
            </array>
418
            <key>CFBundleTypeName</key>
419
            <string>Windows Enhanced Metafile document</string>
420
            <key>CFBundleTypeOSTypes</key>
421
            <array>
422
                <string>EMF </string>
423
            </array>
424
            <key>CFBundleTypeRole</key>
425
            <string>Editor</string>
426
            <key>LSHandlerRank</key>
427
            <string>Alternate</string>
428
        </dict>
429
        <dict>
430
            <key>CFBundleTypeExtensions</key>
431
            <array>
432
                <string>vsd</string>
433
                <string>VSD</string>
434
            </array>
435
            <key>CFBundleTypeIconFile</key>
436
            <string>Inkscape-Generic.icns</string>
437
            <key>CFBundleTypeMIMETypes</key>
438
            <array>
439
                <string>application/vnd.visio</string>
440
            </array>
441
            <key>CFBundleTypeName</key>
442
            <string>Microsoft Visio Diagram</string>
443
            <key>CFBundleTypeRole</key>
444
            <string>Viewer</string>
445
            <key>LSHandlerRank</key>
446
            <string>Alternate</string>
447
        </dict>
448
        <dict>
449
            <key>CFBundleTypeExtensions</key>
450
            <array>
451
                <string>vdx</string>
452
                <string>VDX</string>
453
            </array>
454
            <key>CFBundleTypeIconFile</key>
455
            <string>Inkscape-Generic.icns</string>
456
            <key>CFBundleTypeMIMETypes</key>
457
            <array>
458
                <string>application/vnd.visio</string>
459
            </array>
460
            <key>CFBundleTypeName</key>
461
            <string>Microsoft Visio XML Diagram</string>
462
            <key>CFBundleTypeRole</key>
463
            <string>Viewer</string>
464
            <key>LSHandlerRank</key>
465
            <string>Alternate</string>
466
        </dict>
467
        <dict>
468
            <key>CFBundleTypeExtensions</key>
469
            <array>
470
                <string>vsdm</string>
471
                <string>VSDM</string>
472
                <string>vsdx</string>
473
                <string>VSDX</string>
474
            </array>
475
            <key>CFBundleTypeIconFile</key>
476
            <string>Inkscape-Generic.icns</string>
477
            <key>CFBundleTypeMIMETypes</key>
478
            <array>
479
                <string>application/vnd.visio</string>
480
            </array>
481
            <key>CFBundleTypeName</key>
482
            <string>Microsoft Visio 2013 drawing</string>
483
            <key>CFBundleTypeRole</key>
484
            <string>Viewer</string>
485
            <key>LSHandlerRank</key>
486
            <string>Alternate</string>
487
        </dict>
488
        <dict>
489
            <key>CFBundleTypeExtensions</key>
490
            <array>
491
                <string>plt</string>
492
                <string>PLT</string>
493
                <string>hpgl</string>
494
                <string>hpgl</string>
495
            </array>
496
            <key>CFBundleTypeIconFile</key>
497
            <string>Inkscape-Generic.icons</string>
498
            <key>CFBundleTypeMIMETypes</key>
499
            <array>
500
                <string>application/vnd.hp-HPGL</string>
501
                <string>image/hpgl</string>
502
                <string>image/plt</string>
503
                <string>image/x-plt</string>
504
            </array>
505
            <key>CFBundleTypeName</key>
506
            <string>HP Graphics Language file</string>
507
            <key>CFBundleTypeRole</key>
508
            <string>Editor</string>
509
            <key>LSHandlerRank</key>
510
            <string>Alternate</string>
511
        </dict>
512
        <dict>
513
            <key>CFBundleTypeExtensions</key>
514
            <array>
515
                <string>png</string>
516
                <string>PNG</string>
517
            </array>
518
            <key>CFBundleTypeIconFile</key>
519
            <string>Inkscape-Generic.icns</string>
520
            <key>CFBundleTypeMIMETypes</key>
521
            <array>
522
                <string>image/png</string>
523
            </array>
524
            <key>CFBundleTypeName</key>
525
            <string>Portable Network Graphics Image</string>
526
            <key>CFBundleTypeOSTypes</key>
527
            <array>
528
                <string>PNGf</string>
529
            </array>
530
            <key>CFBundleTypeRole</key>
531
            <string>Viewer</string>
532
            <key>LSHandlerRank</key>
533
            <string>None</string>
534
        </dict>
535
    </array>
1 by mental
moving trunk for module inkscape
536
    <key>CFBundleInfoDictionaryVersion</key>
537
    <string>6.0</string>
538
    <key>CFBundlePackageType</key>
539
    <string>APPL</string>
540
    <key>CFBundleShortVersionString</key>
541
    <string>@VERSION@</string>
542
    <key>CFBundleSignature</key>
543
    <string>Inks</string>
544
    <key>CFBundleVersion</key>
545
    <string>@VERSION@</string>
13506.1.74 by ~suv
add initial support for Quartz backend (no gtk-mac-integration, no native shortcut modifiers)
546
    <key>CGDisableCoalescedUpdates</key>
547
    <false/>
13506.1.3 by ~suv
Info.plist.in: add application category (see bug #1302849)
548
    <key>LSApplicationCategoryType</key>
549
    <string>public.app-category.graphics-design</string>
1 by mental
moving trunk for module inkscape
550
    <key>LSMinimumSystemVersion</key>
13506.1.74 by ~suv
add initial support for Quartz backend (no gtk-mac-integration, no native shortcut modifiers)
551
    <string>10.5</string>
552
    <key>NSHumanReadableCopyright</key>
553
    <string>Copyright 2014 Inkscape Developers, GNU General Public License.</string>
1 by mental
moving trunk for module inkscape
554
</dict>
555
</plist>