xref: /aoo41x/main/sysui/desktop/macosx/Info.plist (revision ff3f4ebc)
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<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23<plist version="1.0">
24<dict>
25	<key>CFBundleDevelopmentRegion</key>
26	<string>English</string>
27	<!-- UTI declarations for OS X >= 10.4	-->
28	<key>UTExportedTypeDeclarations</key>
29	<array>
30		<!-- Writer documents -->
31		<dict>
32			<key>UTTypeIdentifier</key>
33			<string>org.openoffice.text</string>
34			<key>UTTypeDescription</key>
35			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Text</string>
36			<key>UTTypeConformsTo</key>
37			<array>
38				<string>public.data</string>
39				<string>public.content</string>
40			</array>
41			<key>UTTypeTagSpecification</key>
42			<dict>
43				<key>public.filename-extension</key>
44				<array>
45					<string>sxw</string>
46					<string>sdw</string>
47				</array>
48				<key>public.mime-type</key>
49				<array>
50					<string>application/vnd.sun.xml.writer</string>
51					<string>application/vnd.stardivision.writer</string>
52				</array>
53			</dict>
54		</dict>
55		<dict>
56			<key>UTTypeIdentifier</key>
57			<string>org.oasis-open.opendocument.text</string>
58			<key>UTTypeDescription</key>
59			<string>OpenDocument Text</string>
60			<key>UTTypeConformsTo</key>
61			<array>
62				<string>public.data</string>
63				<string>public.content</string>
64			</array>
65			<key>UTTypeTagSpecification</key>
66			<dict>
67				<key>public.filename-extension</key>
68				<array>
69					<string>odt</string>
70				</array>
71				<key>public.mime-type</key>
72				<array>
73					<string>application/vnd.oasis.opendocument.text</string>
74				</array>
75			</dict>
76		</dict>
77
78		<!-- Calc documents -->
79		<dict>
80			<key>UTTypeIdentifier</key>
81			<string>org.openoffice.spreadsheet</string>
82			<key>UTTypeDescription</key>
83			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Spreadsheet</string>
84			<key>UTTypeConformsTo</key>
85			<array>
86				<string>public.data</string>
87				<string>public.content</string>
88			</array>
89			<key>UTTypeTagSpecification</key>
90			<dict>
91				<key>public.filename-extension</key>
92				<array>
93					<string>sxc</string>
94					<string>sdc</string>
95				</array>
96				<key>public.mime-type</key>
97				<array>
98					<string>application/vnd.sun.xml.calc</string>
99					<string>application/vnd.stardivision.calc</string>
100				</array>
101			</dict>
102		</dict>
103		<dict>
104			<key>UTTypeIdentifier</key>
105			<string>org.oasis-open.opendocument.spreadsheet</string>
106			<key>UTTypeDescription</key>
107			<string>OpenDocument Spreadsheet</string>
108			<key>UTTypeConformsTo</key>
109			<array>
110				<string>public.data</string>
111				<string>public.content</string>
112			</array>
113			<key>UTTypeTagSpecification</key>
114			<dict>
115				<key>public.filename-extension</key>
116				<array>
117					<string>ods</string>
118				</array>
119				<key>public.mime-type</key>
120				<array>
121					<string>application/vnd.oasis.opendocument.spreadsheet</string>
122				</array>
123			</dict>
124		</dict>
125
126		<!-- Impress documents -->
127		<dict>
128			<key>UTTypeIdentifier</key>
129			<string>org.openoffice.presentation</string>
130			<key>UTTypeDescription</key>
131			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Presentation</string>
132			<key>UTTypeConformsTo</key>
133			<array>
134				<string>public.data</string>
135				<string>public.content</string>
136			</array>
137			<key>UTTypeTagSpecification</key>
138			<dict>
139				<key>public.filename-extension</key>
140				<array>
141					<string>sxi</string>
142					<string>sdd</string>
143					<string>sdp</string>
144				</array>
145				<key>public.mime-type</key>
146				<array>
147					<string>application/vnd.sun.xml.impress</string>
148					<string>application/vnd.stardivision.impress</string>
149					<string>application/vnd.stardivision.impress-packed</string>
150				</array>
151			</dict>
152		</dict>
153		<dict>
154			<key>UTTypeIdentifier</key>
155			<string>org.oasis-open.opendocument.presentation</string>
156			<key>UTTypeDescription</key>
157			<string>OpenDocument Presentation</string>
158			<key>UTTypeConformsTo</key>
159			<array>
160				<string>public.data</string>
161				<string>public.content</string>
162			</array>
163			<key>UTTypeTagSpecification</key>
164			<dict>
165				<key>public.filename-extension</key>
166				<array>
167					<string>odp</string>
168				</array>
169				<key>public.mime-type</key>
170				<array>
171					<string>application/vnd.oasis.opendocument.presentation</string>
172				</array>
173			</dict>
174		</dict>
175
176		<!-- Draw documents -->
177		<dict>
178			<key>UTTypeIdentifier</key>
179			<string>org.openoffice.graphics</string>
180			<key>UTTypeDescription</key>
181			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Drawing</string>
182			<key>UTTypeConformsTo</key>
183			<array>
184				<string>public.data</string>
185				<string>public.content</string>
186			</array>
187			<key>UTTypeTagSpecification</key>
188			<dict>
189				<key>public.filename-extension</key>
190				<array>
191					<string>sxd</string>
192					<string>sda</string>
193				</array>
194				<key>public.mime-type</key>
195				<array>
196					<string>application/vnd.sun.xml.draw</string>
197					<string>application/vnd.stardivision.draw</string>
198				</array>
199			</dict>
200		</dict>
201		<dict>
202			<key>UTTypeIdentifier</key>
203			<string>org.oasis-open.opendocument.graphics</string>
204			<key>UTTypeDescription</key>
205			<string>OpenDocument Drawing</string>
206			<key>UTTypeConformsTo</key>
207			<array>
208				<string>public.data</string>
209				<string>public.content</string>
210			</array>
211			<key>UTTypeTagSpecification</key>
212			<dict>
213				<key>public.filename-extension</key>
214				<array>
215					<string>odg</string>
216				</array>
217				<key>public.mime-type</key>
218				<array>
219					<string>application/vnd.oasis.opendocument.graphics</string>
220				</array>
221			</dict>
222		</dict>
223
224		<!-- Text master documents -->
225		<dict>
226			<key>UTTypeIdentifier</key>
227			<string>org.openoffice.text-master</string>
228			<key>UTTypeDescription</key>
229			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Master</string>
230			<key>UTTypeConformsTo</key>
231			<array>
232				<string>public.data</string>
233				<string>public.content</string>
234			</array>
235			<key>UTTypeTagSpecification</key>
236			<dict>
237				<key>public.filename-extension</key>
238				<array>
239					<string>sxg</string>
240				</array>
241				<key>public.mime-type</key>
242				<array>
243					<string>application/vnd.sun.xml.writer.global</string>
244				</array>
245			</dict>
246		</dict>
247		<dict>
248			<key>UTTypeIdentifier</key>
249			<string>org.oasis-open.opendocument.text-master</string>
250			<key>UTTypeDescription</key>
251			<string>OpenDocument Master</string>
252			<key>UTTypeConformsTo</key>
253			<array>
254				<string>public.data</string>
255				<string>public.content</string>
256			</array>
257			<key>UTTypeTagSpecification</key>
258			<dict>
259				<key>public.filename-extension</key>
260				<array>
261					<string>odm</string>
262				</array>
263				<key>public.mime-type</key>
264				<array>
265					<string>application/vnd.oasis.opendocument.text-master</string>
266				</array>
267			</dict>
268		</dict>
269
270		<!-- Math documents -->
271		<dict>
272			<key>UTTypeIdentifier</key>
273			<string>org.openoffice.formula</string>
274			<key>UTTypeDescription</key>
275			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Formula</string>
276			<key>UTTypeConformsTo</key>
277			<array>
278				<string>public.data</string>
279				<string>public.content</string>
280			</array>
281			<key>UTTypeTagSpecification</key>
282			<dict>
283				<key>public.filename-extension</key>
284				<array>
285					<string>sxm</string>
286					<string>smf</string>
287				</array>
288				<key>public.mime-type</key>
289				<array>
290					<string>application/vnd.sun.xml.math</string>
291					<string>application/vnd.stardivision.math</string>
292				</array>
293			</dict>
294		</dict>
295		<dict>
296			<key>UTTypeIdentifier</key>
297			<string>org.oasis-open.opendocument.formula</string>
298			<key>UTTypeDescription</key>
299			<string>OpenDocument Formula</string>
300			<key>UTTypeConformsTo</key>
301			<array>
302				<string>public.data</string>
303				<string>public.content</string>
304			</array>
305			<key>UTTypeTagSpecification</key>
306			<dict>
307				<key>public.filename-extension</key>
308				<array>
309					<string>odf</string>
310				</array>
311				<key>public.mime-type</key>
312				<array>
313					<string>application/vnd.oasis.opendocument.formula</string>
314				</array>
315			</dict>
316		</dict>
317
318		<!-- Text template documents -->
319		<dict>
320			<key>UTTypeIdentifier</key>
321			<string>org.openoffice.text-template</string>
322			<key>UTTypeDescription</key>
323			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Text Template</string>
324			<key>UTTypeConformsTo</key>
325			<array>
326				<string>public.data</string>
327				<string>public.content</string>
328			</array>
329			<key>UTTypeTagSpecification</key>
330			<dict>
331				<key>public.filename-extension</key>
332				<array>
333					<string>stw</string>
334				</array>
335				<key>public.mime-type</key>
336				<array>
337					<string>application/vnd.sun.xml.writer.template</string>
338				</array>
339			</dict>
340		</dict>
341		<dict>
342			<key>UTTypeIdentifier</key>
343			<string>org.oasis-open.opendocument.text-template</string>
344			<key>UTTypeDescription</key>
345			<string>OpenDocument Text Template</string>
346			<key>UTTypeConformsTo</key>
347			<array>
348				<string>public.data</string>
349				<string>public.content</string>
350			</array>
351			<key>UTTypeTagSpecification</key>
352			<dict>
353				<key>public.filename-extension</key>
354				<array>
355					<string>ott</string>
356				</array>
357				<key>public.mime-type</key>
358				<array>
359					<string>application/vnd.oasis.opendocument.text-template</string>
360				</array>
361			</dict>
362		</dict>
363
364		<!-- Spreadsheet template documents -->
365		<dict>
366			<key>UTTypeIdentifier</key>
367			<string>org.openoffice.spreadsheet-template</string>
368			<key>UTTypeDescription</key>
369			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Spreadsheet Template</string>
370			<key>UTTypeConformsTo</key>
371			<array>
372				<string>public.data</string>
373				<string>public.content</string>
374			</array>
375			<key>UTTypeTagSpecification</key>
376			<dict>
377				<key>public.filename-extension</key>
378				<array>
379					<string>stc</string>
380				</array>
381				<key>public.mime-type</key>
382				<array>
383					<string>application/vnd.sun.xml.calc.template</string>
384				</array>
385			</dict>
386		</dict>
387		<dict>
388			<key>UTTypeIdentifier</key>
389			<string>org.oasis-open.opendocument.spreadsheet-template</string>
390			<key>UTTypeDescription</key>
391			<string>OpenDocument Spreadsheet Template</string>
392			<key>UTTypeConformsTo</key>
393			<array>
394				<string>public.data</string>
395				<string>public.content</string>
396			</array>
397			<key>UTTypeTagSpecification</key>
398			<dict>
399				<key>public.filename-extension</key>
400				<array>
401					<string>ots</string>
402				</array>
403				<key>public.mime-type</key>
404				<array>
405					<string>application/vnd.oasis.opendocument.spreadsheet-template</string>
406				</array>
407			</dict>
408		</dict>
409
410		<!-- Presentation template documents -->
411		<dict>
412			<key>UTTypeIdentifier</key>
413			<string>org.openoffice.presentation-template</string>
414			<key>UTTypeDescription</key>
415			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Presentation Template</string>
416			<key>UTTypeConformsTo</key>
417			<array>
418				<string>public.data</string>
419				<string>public.content</string>
420			</array>
421			<key>UTTypeTagSpecification</key>
422			<dict>
423				<key>public.filename-extension</key>
424				<array>
425					<string>sti</string>
426				</array>
427				<key>public.mime-type</key>
428				<array>
429					<string>application/vnd.sun.xml.impress.template</string>
430				</array>
431			</dict>
432		</dict>
433		<dict>
434			<key>UTTypeIdentifier</key>
435			<string>org.oasis-open.opendocument.presentation-template</string>
436			<key>UTTypeDescription</key>
437			<string>OpenDocument Presentation Template</string>
438			<key>UTTypeConformsTo</key>
439			<array>
440				<string>public.data</string>
441				<string>public.content</string>
442			</array>
443			<key>UTTypeTagSpecification</key>
444			<dict>
445				<key>public.filename-extension</key>
446				<array>
447					<string>otp</string>
448				</array>
449				<key>public.mime-type</key>
450				<array>
451					<string>application/vnd.oasis.opendocument.presentation-template</string>
452				</array>
453			</dict>
454		</dict>
455
456		<!-- Drawing template documents -->
457		<dict>
458			<key>UTTypeIdentifier</key>
459			<string>org.openoffice.graphics-template</string>
460			<key>UTTypeDescription</key>
461			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Drawing Template</string>
462			<key>UTTypeConformsTo</key>
463			<array>
464				<string>public.data</string>
465				<string>public.content</string>
466			</array>
467			<key>UTTypeTagSpecification</key>
468			<dict>
469				<key>public.filename-extension</key>
470				<array>
471					<string>std</string>
472				</array>
473				<key>public.mime-type</key>
474				<array>
475					<string>application/vnd.sun.xml.draw.template</string>
476				</array>
477			</dict>
478		</dict>
479		<dict>
480			<key>UTTypeIdentifier</key>
481			<string>org.oasis-open.opendocument.graphics-template</string>
482			<key>UTTypeDescription</key>
483			<string>OpenDocument Drawing Template</string>
484			<key>UTTypeConformsTo</key>
485			<array>
486				<string>public.data</string>
487				<string>public.content</string>
488			</array>
489			<key>UTTypeTagSpecification</key>
490			<dict>
491				<key>public.filename-extension</key>
492				<array>
493					<string>otg</string>
494				</array>
495				<key>public.mime-type</key>
496				<array>
497					<string>application/vnd.oasis.opendocument.graphics-template</string>
498				</array>
499			</dict>
500		</dict>
501
502		<!-- Base documents -->
503		<dict>
504			<key>UTTypeIdentifier</key>
505			<string>org.oasis-open.opendocument.database</string>
506			<key>UTTypeDescription</key>
507			<string>OpenDocument Database</string>
508			<key>UTTypeConformsTo</key>
509			<array>
510				<string>public.data</string>
511				<string>public.content</string>
512			</array>
513			<key>UTTypeTagSpecification</key>
514			<dict>
515				<key>public.filename-extension</key>
516				<array>
517					<string>odb</string>
518				</array>
519				<key>public.mime-type</key>
520				<array>
521					<string>application/vnd.oasis.opendocument.database</string>
522				</array>
523			</dict>
524		</dict>
525
526		<!-- Extensions -->
527		<dict>
528			<key>UTTypeIdentifier</key>
529			<string>org.openoffice.extension</string>
530			<key>UTTypeDescription</key>
531			<string>${PRODUCTNAME} Extension</string>
532			<key>UTTypeConformsTo</key>
533			<array>
534				<string>public.data</string>
535				<string>public.content</string>
536			</array>
537			<key>UTTypeTagSpecification</key>
538			<dict>
539				<key>public.filename-extension</key>
540				<array>
541					<string>oxt</string>
542				</array>
543				<key>public.mime-type</key>
544				<array>
545					<string>application/vnd.openofficeorg.extension</string>
546				</array>
547			</dict>
548		</dict>
549	</array>
550
551	<key>UTImportedTypeDeclarations</key>
552	<array>
553		<!-- Microsoft Word XML -->
554		<dict>
555			<key>UTTypeConformsTo</key>
556			<array>
557				<string>org.openxmlformats.openxml</string>
558				<string>public.composite-content</string>
559			</array>
560			<key>UTTypeDescription</key>
561			<string>Office Open XML word processing document</string>
562			<key>UTTypeIdentifier</key>
563			<string>org.openxmlformats.wordprocessingml.document</string>
564			<key>UTTypeTagSpecification</key>
565			<dict>
566				<key>public.filename-extension</key>
567				<array>
568					<string>docx</string>
569				</array>
570				<key>public.mime-type</key>
571				<array>
572					<string>application/vnd.openxmlformats-officedocument.wordprocessingml.document</string>
573				</array>
574			</dict>
575		</dict>
576		<dict>
577			<key>UTTypeConformsTo</key>
578			<array>
579				<string>org.openxmlformats.openxml</string>
580				<string>public.composite-content</string>
581				<string>public.executable</string>
582			</array>
583			<key>UTTypeDescription</key>
584			<string>Office Open XML word processing document (macros enabled)</string>
585			<key>UTTypeIdentifier</key>
586			<string>org.openxmlformats.wordprocessingml.document.macroenabled</string>
587			<key>UTTypeTagSpecification</key>
588			<dict>
589				<key>public.filename-extension</key>
590				<array>
591					<string>docm</string>
592				</array>
593				<key>public.mime-type</key>
594				<array>
595					<string>application/vnd.ms-word.document.macroEnabled.12</string>
596				</array>
597			</dict>
598		</dict>
599		<dict>
600			<key>UTTypeConformsTo</key>
601			<array>
602				<string>org.openxmlformats.openxml</string>
603				<string>public.composite-content</string>
604			</array>
605			<key>UTTypeDescription</key>
606			<string>Office Open XML word processing template</string>
607			<key>UTTypeIdentifier</key>
608			<string>org.openxmlformats.wordprocessingml.template</string>
609			<key>UTTypeTagSpecification</key>
610			<dict>
611				<key>public.filename-extension</key>
612				<array>
613					<string>dotx</string>
614				</array>
615				<key>public.mime-type</key>
616				<array>
617					<string>application/vnd.openxmlformats-officedocument.wordprocessingml.template</string>
618				</array>
619			</dict>
620		</dict>
621		<dict>
622			<key>UTTypeConformsTo</key>
623			<array>
624				<string>org.openxmlformats.openxml</string>
625				<string>public.composite-content</string>
626				<string>public.executable</string>
627			</array>
628			<key>UTTypeDescription</key>
629			<string>Office Open XML word processing template (macros enabled)</string>
630			<key>UTTypeIdentifier</key>
631			<string>org.openxmlformats.wordprocessingml.template.macroenabled</string>
632			<key>UTTypeTagSpecification</key>
633			<dict>
634				<key>public.filename-extension</key>
635				<array>
636					<string>dotm</string>
637				</array>
638				<key>public.mime-type</key>
639				<array>
640					<string>application/vnd.ms-word.template.macroEnabled.12</string>
641				</array>
642			</dict>
643		</dict>
644
645		<!-- Microsoft Excel XML -->
646		<dict>
647			<key>UTTypeConformsTo</key>
648			<array>
649				<string>org.openxmlformats.openxml</string>
650				<string>public.composite-content</string>
651			</array>
652			<key>UTTypeDescription</key>
653			<string>Office Open XML spreadsheet template</string>
654			<key>UTTypeIdentifier</key>
655			<string>org.openxmlformats.spreadsheetml.template</string>
656			<key>UTTypeTagSpecification</key>
657			<dict>
658				<key>public.filename-extension</key>
659				<array>
660					<string>xltx</string>
661				</array>
662				<key>public.mime-type</key>
663				<array>
664					<string>application/vnd.openxmlformats-officedocument.spreadsheetml.template</string>
665				</array>
666			</dict>
667		</dict>
668		<dict>
669			<key>UTTypeConformsTo</key>
670			<array>
671				<string>org.openxmlformats.openxml</string>
672				<string>public.composite-content</string>
673				<string>public.executable</string>
674			</array>
675			<key>UTTypeDescription</key>
676			<string>Office Open XML spreadsheet template (macros enabled)</string>
677			<key>UTTypeIdentifier</key>
678			<string>org.openxmlformats.spreadsheetml.template.macroenabled</string>
679			<key>UTTypeTagSpecification</key>
680			<dict>
681				<key>public.filename-extension</key>
682				<array>
683					<string>xltm</string>
684				</array>
685				<key>public.mime-type</key>
686				<array>
687					<string>application/vnd.ms-excel.template.macroEnabled.12</string>
688				</array>
689			</dict>
690		</dict>
691		<dict>
692			<key>UTTypeConformsTo</key>
693			<array>
694				<string>org.openxmlformats.openxml</string>
695				<string>public.composite-content</string>
696			</array>
697			<key>UTTypeDescription</key>
698			<string>Office Open XML spreadsheet</string>
699			<key>UTTypeIdentifier</key>
700			<string>org.openxmlformats.spreadsheetml.sheet</string>
701			<key>UTTypeTagSpecification</key>
702			<dict>
703				<key>public.filename-extension</key>
704				<array>
705					<string>xlsx</string>
706				</array>
707				<key>public.mime-type</key>
708				<array>
709					<string>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</string>
710				</array>
711			</dict>
712		</dict>
713		<dict>
714			<key>UTTypeConformsTo</key>
715			<array>
716				<string>public.zip-archive</string>
717				<string>public.composite-content</string>
718				<string>public.executable</string>
719			</array>
720			<key>UTTypeDescription</key>
721			<string>Microsoft Excel 2007 spreadsheet (macros enabled)</string>
722			<key>UTTypeIdentifier</key>
723			<string>com.microsoft.excel.sheet.binary.macroenabled</string>
724			<key>UTTypeTagSpecification</key>
725			<dict>
726				<key>public.filename-extension</key>
727				<array>
728					<string>xlsb</string>
729				</array>
730				<key>public.mime-type</key>
731				<array>
732					<string>application/vnd.ms-excel.sheet.binary.macroEnabled.12</string>
733				</array>
734			</dict>
735		</dict>
736		<dict>
737			<key>UTTypeConformsTo</key>
738			<array>
739				<string>org.openxmlformats.openxml</string>
740				<string>public.composite-content</string>
741				<string>public.executable</string>
742			</array>
743			<key>UTTypeDescription</key>
744			<string>Office Open XML spreadsheet (macros enabled)</string>
745			<key>UTTypeIdentifier</key>
746			<string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string>
747			<key>UTTypeTagSpecification</key>
748			<dict>
749				<key>public.filename-extension</key>
750				<array>
751					<string>xlsm</string>
752				</array>
753				<key>public.mime-type</key>
754				<array>
755					<string>application/vnd.ms-excel.sheet.macroEnabled.12</string>
756				</array>
757			</dict>
758		</dict>
759
760		<!-- Microsoft Powerpoint XML -->
761		<dict>
762			<key>UTTypeConformsTo</key>
763			<array>
764				<string>org.openxmlformats.openxml</string>
765				<string>public.presentation</string>
766			</array>
767			<key>UTTypeDescription</key>
768			<string>Office Open XML presentation</string>
769			<key>UTTypeIdentifier</key>
770			<string>org.openxmlformats.presentationml.presentation</string>
771			<key>UTTypeTagSpecification</key>
772			<dict>
773				<key>public.filename-extension</key>
774				<array>
775					<string>pptx</string>
776				</array>
777				<key>public.mime-type</key>
778				<array>
779					<string>application/vnd.openxmlformats-officedocument.presentationml.presentation</string>
780				</array>
781			</dict>
782		</dict>
783		<dict>
784			<key>UTTypeConformsTo</key>
785			<array>
786				<string>org.openxmlformats.openxml</string>
787				<string>public.presentation</string>
788				<string>public.executable</string>
789			</array>
790			<key>UTTypeDescription</key>
791			<string>Office Open XML presentation (macros enabled)</string>
792			<key>UTTypeIdentifier</key>
793			<string>org.openxmlformats.presentationml.presentation.macroenabled</string>
794			<key>UTTypeTagSpecification</key>
795			<dict>
796				<key>public.filename-extension</key>
797				<array>
798					<string>pptm</string>
799				</array>
800				<key>public.mime-type</key>
801				<array>
802					<string>application/vnd.ms-powerpoint.presentation.macroEnabled.12</string>
803				</array>
804			</dict>
805		</dict>
806		<dict>
807			<key>UTTypeConformsTo</key>
808			<array>
809				<string>org.openxmlformats.openxml</string>
810				<string>public.presentation</string>
811				<string>public.executable</string>
812			</array>
813			<key>UTTypeDescription</key>
814			<string>Office Open XML presentation template</string>
815			<key>UTTypeIdentifier</key>
816			<string>org.openxmlformats.presentationml.template</string>
817			<key>UTTypeTagSpecification</key>
818			<dict>
819				<key>public.filename-extension</key>
820				<array>
821					<string>potx</string>
822				</array>
823				<key>public.mime-type</key>
824				<array>
825					<string>application/vnd.openxmlformats-officedocument.presentationml.template</string>
826				</array>
827			</dict>
828		</dict>
829		<dict>
830			<key>UTTypeConformsTo</key>
831			<array>
832				<string>org.openxmlformats.openxml</string>
833				<string>public.presentation</string>
834				<string>public.executable</string>
835			</array>
836			<key>UTTypeDescription</key>
837			<string>Office Open XML presentation template (macros enabled)</string>
838			<key>UTTypeIdentifier</key>
839			<string>org.openxmlformats.presentationml.template.macroenabled</string>
840			<key>UTTypeTagSpecification</key>
841			<dict>
842				<key>public.filename-extension</key>
843				<array>
844					<string>potm</string>
845				</array>
846				<key>public.mime-type</key>
847				<array>
848					<string>application/vnd.ms-powerpoint.template.macroEnabled.12</string>
849				</array>
850			</dict>
851		</dict>
852	</array>
853
854	<!-- Document type declaration for OS X < 10.4 -->
855	<key>CFBundleDocumentTypes</key>
856	<array>
857		<dict>
858			<key>CFBundleTypeExtensions</key>
859			<array>
860				<string>sxw</string>
861				<string>sdw</string>
862			</array>
863			<key>CFBundleTypeMIMETypes</key>
864			<array>
865				<string>application/vnd.sun.xml.writer</string>
866				<string>application/vnd.stardivision.writer</string>
867			</array>
868			<key>CFBundleTypeIconFile</key>
869			<string>text.icns</string>
870			<key>CFBundleTypeName</key>
871			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Text</string>
872			<key>CFBundleTypeRole</key>
873			<string>Editor</string>
874			<key>LSIsAppleDefaultForType</key>
875			<true/>
876		</dict>
877		<dict>
878			<key>CFBundleTypeExtensions</key>
879			<array>
880				<string>odt</string>
881			</array>
882			<key>CFBundleTypeMIMETypes</key>
883			<array>
884				<string>application/vnd.oasis.opendocument.text</string>
885			</array>
886			<key>CFBundleTypeIconFile</key>
887			<string>oasis-text.icns</string>
888			<key>CFBundleTypeName</key>
889			<string>OpenDocument Text</string>
890			<key>CFBundleTypeRole</key>
891			<string>Editor</string>
892			<key>LSIsAppleDefaultForType</key>
893			<true/>
894		</dict>
895		<dict>
896			<key>CFBundleTypeExtensions</key>
897			<array>
898				<string>sxc</string>
899				<string>sdc</string>
900			</array>
901			<key>CFBundleTypeMIMETypes</key>
902			<array>
903				<string>application/vnd.sun.xml.calc</string>
904				<string>application/vnd.stardivision.calc</string>
905			</array>
906			<key>CFBundleTypeIconFile</key>
907			<string>spreadsheet.icns</string>
908			<key>CFBundleTypeName</key>
909			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Spreadsheet</string>
910			<key>CFBundleTypeRole</key>
911			<string>Editor</string>
912			<key>LSIsAppleDefaultForType</key>
913			<true/>
914		</dict>
915		<dict>
916			<key>CFBundleTypeExtensions</key>
917			<array>
918				<string>ods</string>
919			</array>
920			<key>CFBundleTypeMIMETypes</key>
921			<array>
922				<string>application/vnd.oasis.opendocument.spreadsheet</string>
923			</array>
924			<key>CFBundleTypeIconFile</key>
925			<string>oasis-spreadsheet.icns</string>
926			<key>CFBundleTypeName</key>
927			<string>OpenDocument Spreadsheet</string>
928			<key>CFBundleTypeRole</key>
929			<string>Editor</string>
930			<key>LSIsAppleDefaultForType</key>
931			<true/>
932		</dict>
933		<dict>
934			<key>CFBundleTypeExtensions</key>
935			<array>
936				<string>sxi</string>
937				<string>sdd</string>
938				<string>sdp</string>
939			</array>
940			<key>CFBundleTypeMIMETypes</key>
941			<array>
942				<string>application/vnd.sun.xml.impress</string>
943				<string>application/vnd.stardivision.impress</string>
944				<string>application/vnd.stardivision.impress-packed</string>
945			</array>
946			<key>CFBundleTypeIconFile</key>
947			<string>presentation.icns</string>
948			<key>CFBundleTypeName</key>
949			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Presentation</string>
950			<key>CFBundleTypeRole</key>
951			<string>Editor</string>
952			<key>LSIsAppleDefaultForType</key>
953			<true/>
954		</dict>
955		<dict>
956			<key>CFBundleTypeExtensions</key>
957			<array>
958				<string>odp</string>
959			</array>
960			<key>CFBundleTypeMIMETypes</key>
961			<array>
962				<string>application/vnd.oasis.opendocument.presentation</string>
963			</array>
964			<key>CFBundleTypeIconFile</key>
965			<string>oasis-presentation.icns</string>
966			<key>CFBundleTypeName</key>
967			<string>OpenDocument Presentation</string>
968			<key>CFBundleTypeRole</key>
969			<string>Editor</string>
970			<key>LSIsAppleDefaultForType</key>
971			<true/>
972		</dict>
973		<dict>
974			<key>CFBundleTypeExtensions</key>
975			<array>
976				<string>sxd</string>
977				<string>sda</string>
978			</array>
979			<key>CFBundleTypeMIMETypes</key>
980			<array>
981				<string>application/vnd.sun.xml.draw</string>
982				<string>application/vnd.stardivision.draw</string>
983			</array>
984			<key>CFBundleTypeIconFile</key>
985			<string>drawing.icns</string>
986			<key>CFBundleTypeName</key>
987			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Drawing</string>
988			<key>CFBundleTypeRole</key>
989			<string>Editor</string>
990			<key>LSIsAppleDefaultForType</key>
991			<true/>
992		</dict>
993		<dict>
994			<key>CFBundleTypeExtensions</key>
995			<array>
996				<string>odg</string>
997			</array>
998			<key>CFBundleTypeMIMETypes</key>
999			<array>
1000				<string>application/vnd.oasis.opendocument.graphics</string>
1001			</array>
1002			<key>CFBundleTypeIconFile</key>
1003			<string>oasis-drawing.icns</string>
1004			<key>CFBundleTypeName</key>
1005			<string>OpenDocument Drawing</string>
1006			<key>CFBundleTypeRole</key>
1007			<string>Editor</string>
1008			<key>LSIsAppleDefaultForType</key>
1009			<true/>
1010		</dict>
1011		<dict>
1012			<key>CFBundleTypeExtensions</key>
1013			<array>
1014				<string>sxg</string>
1015			</array>
1016			<key>CFBundleTypeMIMETypes</key>
1017			<array>
1018				<string>application/vnd.sun.xml.writer.global</string>
1019			</array>
1020			<key>CFBundleTypeIconFile</key>
1021			<string>master-document.icns</string>
1022			<key>CFBundleTypeName</key>
1023			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Master</string>
1024			<key>CFBundleTypeRole</key>
1025			<string>Editor</string>
1026			<key>LSIsAppleDefaultForType</key>
1027			<true/>
1028		</dict>
1029		<dict>
1030			<key>CFBundleTypeExtensions</key>
1031			<array>
1032				<string>odm</string>
1033			</array>
1034			<key>CFBundleTypeMIMETypes</key>
1035			<array>
1036				<string>application/vnd.oasis.opendocument.text-master</string>
1037			</array>
1038			<key>CFBundleTypeIconFile</key>
1039			<string>oasis-master-document.icns</string>
1040			<key>CFBundleTypeName</key>
1041			<string>OpenDocument Master</string>
1042			<key>CFBundleTypeRole</key>
1043			<string>Editor</string>
1044			<key>LSIsAppleDefaultForType</key>
1045			<true/>
1046		</dict>
1047		<dict>
1048			<key>CFBundleTypeExtensions</key>
1049			<array>
1050				<string>sxm</string>
1051				<string>smf</string>
1052			</array>
1053			<key>CFBundleTypeMIMETypes</key>
1054			<array>
1055				<string>application/vnd.sun.xml.math</string>
1056				<string>application/vnd.stardivision.math</string>
1057			</array>
1058			<key>CFBundleTypeIconFile</key>
1059			<string>formula.icns</string>
1060			<key>CFBundleTypeName</key>
1061			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Formula</string>
1062			<key>CFBundleTypeRole</key>
1063			<string>Editor</string>
1064			<key>LSIsAppleDefaultForType</key>
1065			<true/>
1066		</dict>
1067		<dict>
1068			<key>CFBundleTypeExtensions</key>
1069			<array>
1070				<string>odf</string>
1071			</array>
1072			<key>CFBundleTypeMIMETypes</key>
1073			<array>
1074				<string>application/vnd.oasis.opendocument.formula</string>
1075			</array>
1076			<key>CFBundleTypeIconFile</key>
1077			<string>oasis-formula.icns</string>
1078			<key>CFBundleTypeName</key>
1079			<string>OpenDocument Formula</string>
1080			<key>CFBundleTypeRole</key>
1081			<string>Editor</string>
1082			<key>LSIsAppleDefaultForType</key>
1083			<true/>
1084		</dict>
1085		<dict>
1086			<key>CFBundleTypeExtensions</key>
1087			<array>
1088				<string>stw</string>
1089			</array>
1090			<key>CFBundleTypeMIMETypes</key>
1091			<array>
1092				<string>application/vnd.sun.xml.writer.template</string>
1093			</array>
1094			<key>CFBundleTypeIconFile</key>
1095			<string>text-template.icns</string>
1096			<key>CFBundleTypeName</key>
1097			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Text Template</string>
1098			<key>CFBundleTypeRole</key>
1099			<string>Editor</string>
1100			<key>LSIsAppleDefaultForType</key>
1101			<true/>
1102		</dict>
1103		<dict>
1104			<key>CFBundleTypeExtensions</key>
1105			<array>
1106				<string>ott</string>
1107			</array>
1108			<key>CFBundleTypeMIMETypes</key>
1109			<array>
1110				<string>application/vnd.oasis.opendocument.text-template</string>
1111			</array>
1112			<key>CFBundleTypeIconFile</key>
1113			<string>oasis-text-template.icns</string>
1114			<key>CFBundleTypeName</key>
1115			<string>OpenDocument Text Template</string>
1116			<key>CFBundleTypeRole</key>
1117			<string>Editor</string>
1118			<key>LSIsAppleDefaultForType</key>
1119			<true/>
1120		</dict>
1121		<dict>
1122			<key>CFBundleTypeExtensions</key>
1123			<array>
1124				<string>stc</string>
1125			</array>
1126			<key>CFBundleTypeMIMETypes</key>
1127			<array>
1128				<string>application/vnd.sun.xml.calc.template</string>
1129			</array>
1130			<key>CFBundleTypeIconFile</key>
1131			<string>spreadsheet-template.icns</string>
1132			<key>CFBundleTypeName</key>
1133			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Spreadsheet Template</string>
1134			<key>CFBundleTypeRole</key>
1135			<string>Editor</string>
1136			<key>LSIsAppleDefaultForType</key>
1137			<true/>
1138		</dict>
1139		<dict>
1140			<key>CFBundleTypeExtensions</key>
1141			<array>
1142				<string>ots</string>
1143			</array>
1144			<key>CFBundleTypeMIMETypes</key>
1145			<array>
1146				<string>application/vnd.oasis.opendocument.spreadsheet-template</string>
1147			</array>
1148			<key>CFBundleTypeIconFile</key>
1149			<string>oasis-spreadsheet-template.icns</string>
1150			<key>CFBundleTypeName</key>
1151			<string>OpenDocument Spreadsheet Template</string>
1152			<key>CFBundleTypeRole</key>
1153			<string>Editor</string>
1154			<key>LSIsAppleDefaultForType</key>
1155			<true/>
1156		</dict>
1157		<dict>
1158			<key>CFBundleTypeExtensions</key>
1159			<array>
1160				<string>sti</string>
1161			</array>
1162			<key>CFBundleTypeMIMETypes</key>
1163			<array>
1164				<string>application/vnd.sun.xml.impress.template</string>
1165			</array>
1166			<key>CFBundleTypeIconFile</key>
1167			<string>presentation-template.icns</string>
1168			<key>CFBundleTypeName</key>
1169			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Presentation Template</string>
1170			<key>CFBundleTypeRole</key>
1171			<string>Editor</string>
1172			<key>LSIsAppleDefaultForType</key>
1173			<true/>
1174		</dict>
1175		<dict>
1176			<key>CFBundleTypeExtensions</key>
1177			<array>
1178				<string>otp</string>
1179			</array>
1180			<key>CFBundleTypeMIMETypes</key>
1181			<array>
1182				<string>application/vnd.oasis.opendocument.presentation-template</string>
1183			</array>
1184			<key>CFBundleTypeIconFile</key>
1185			<string>oasis-presentation-template.icns</string>
1186			<key>CFBundleTypeName</key>
1187			<string>OpenDocument Presentation Template</string>
1188			<key>CFBundleTypeRole</key>
1189			<string>Editor</string>
1190			<key>LSIsAppleDefaultForType</key>
1191			<true/>
1192		</dict>
1193		<dict>
1194			<key>CFBundleTypeExtensions</key>
1195			<array>
1196				<string>std</string>
1197			</array>
1198			<key>CFBundleTypeMIMETypes</key>
1199			<array>
1200				<string>application/vnd.sun.xml.draw.template</string>
1201			</array>
1202			<key>CFBundleTypeIconFile</key>
1203			<string>drawing-template.icns</string>
1204			<key>CFBundleTypeName</key>
1205			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Drawing Template</string>
1206			<key>CFBundleTypeRole</key>
1207			<string>Editor</string>
1208			<key>LSIsAppleDefaultForType</key>
1209			<true/>
1210		</dict>
1211		<dict>
1212			<key>CFBundleTypeExtensions</key>
1213			<array>
1214				<string>otg</string>
1215			</array>
1216			<key>CFBundleTypeMIMETypes</key>
1217			<array>
1218				<string>application/vnd.oasis.opendocument.graphics-template</string>
1219			</array>
1220			<key>CFBundleTypeIconFile</key>
1221			<string>oasis-drawing-template.icns</string>
1222			<key>CFBundleTypeName</key>
1223			<string>OpenDocument Drawing Template</string>
1224			<key>CFBundleTypeRole</key>
1225			<string>Editor</string>
1226			<key>LSIsAppleDefaultForType</key>
1227			<true/>
1228		</dict>
1229		<dict>
1230			<key>CFBundleTypeExtensions</key>
1231			<array>
1232				<string>odb</string>
1233			</array>
1234			<key>CFBundleTypeMIMETypes</key>
1235			<array>
1236				<string>application/vnd.oasis.opendocument.database</string>
1237			</array>
1238			<key>CFBundleTypeIconFile</key>
1239			<string>oasis-database.icns</string>
1240			<key>CFBundleTypeName</key>
1241			<string>OpenDocument Database</string>
1242			<key>CFBundleTypeRole</key>
1243			<string>Editor</string>
1244			<key>LSIsAppleDefaultForType</key>
1245			<true/>
1246		</dict>
1247		<dict>
1248			<key>CFBundleTypeExtensions</key>
1249			<array>
1250				<string>doc</string>
1251				<string>dot</string>
1252				<string>rtf</string>
1253				<string>html</string>
1254				<string>htm</string>
1255				<string>pdb</string>
1256				<string>xml</string>
1257				<string>psw</string>
1258				<string>wpd</string>
1259				<string>jtd</string>
1260				<string>jtt</string>
1261				<string>hwp</string>
1262				<string>wps</string>
1263				<string>dif</string>
1264				<string>dbf</string>
1265				<string>xls</string>
1266				<string>xlw</string>
1267				<string>xlt</string>
1268				<string>slk</string>
1269				<string>csv</string>
1270				<string>wk1</string>
1271				<string>wk2</string>
1272				<string>123</string>
1273				<string>pxl</string>
1274				<string>ppt</string>
1275				<string>pps</string>
1276				<string>pot</string>
1277				<string>cgm</string>
1278				<string>dxf</string>
1279				<string>emf</string>
1280				<string>eps</string>
1281				<string>met</string>
1282				<string>pct</string>
1283				<string>sgf</string>
1284				<string>sgv</string>
1285				<string>svm</string>
1286				<string>wmf</string>
1287				<string>bmp</string>
1288				<string>gif</string>
1289				<string>jpg</string>
1290				<string>jpeg</string>
1291				<string>jfif</string>
1292				<string>jif</string>
1293				<string>jpe</string>
1294				<string>pbm</string>
1295				<string>pcx</string>
1296				<string>pgm</string>
1297				<string>png</string>
1298				<string>ppm</string>
1299				<string>psd</string>
1300				<string>ras</string>
1301				<string>tga</string>
1302				<string>tif</string>
1303				<string>tiff</string>
1304				<string>xbm</string>
1305				<string>xpm</string>
1306				<string>pcd</string>
1307				<string>oth</string>
1308				<string>mml</string>
1309			</array>
1310			<key>CFBundleTypeRole</key>
1311			<string>Editor</string>
1312		</dict>
1313		<dict>
1314			<key>CFBundleTypeExtensions</key>
1315			<array>
1316				<string>txt</string>
1317				<string>TXT</string>
1318				<string>text</string>
1319				<string>*</string>
1320			</array>
1321			<key>CFBundleTypeName</key>
1322			<string>TEXT</string>
1323			<key>CFBundleTypeOSTypes</key>
1324			<array>
1325				<string>TEXT</string>
1326				<string>sEXT</string>
1327				<string>ttro</string>
1328			</array>
1329			<key>CFBundleTypeRole</key>
1330			<string>Editor</string>
1331		</dict>
1332		<dict>
1333			<key>LSItemContentTypes</key>
1334			<array>
1335				<string>org.openoffice.text</string>
1336				<string>org.oasis-open.opendocument.text</string>
1337				<string>org.openoffice.spreadsheet</string>
1338				<string>org.oasis-open.opendocument.spreadsheet</string>
1339				<string>org.openoffice.presentation</string>
1340				<string>org.oasis-open.opendocument.presentation</string>
1341				<string>org.openoffice.graphics</string>
1342				<string>org.oasis-open.opendocument.graphics</string>
1343				<string>org.openoffice.text-master</string>
1344				<string>org.oasis-open.opendocument.text-master</string>
1345				<string>org.openoffice.formula</string>
1346				<string>org.oasis-open.opendocument.formula</string>
1347				<string>org.openoffice.text-template</string>
1348				<string>org.oasis-open.opendocument.text-template</string>
1349				<string>org.openoffice.spreadsheet-template</string>
1350				<string>org.oasis-open.opendocument.spreadsheet-template</string>
1351				<string>org.openoffice.presentation-template</string>
1352				<string>org.oasis-open.opendocument.presentation-template</string>
1353				<string>org.openoffice.graphics-template</string>
1354				<string>org.oasis-open.opendocument.graphics-template</string>
1355				<string>org.oasis-open.opendocument.database</string>
1356				<string>org.oasis-open.opendocument.chart</string>
1357				<string>public.rtf</string>
1358				<string>public.html</string>
1359				<string>public.jpeg</string>
1360				<string>public.tiff</string>
1361				<string>public.png</string>
1362				<string>public.xbitmap-image</string>
1363				<string>com.adobe.encapsulated-postscript</string>
1364				<string>com.microsoft.bmp</string>
1365				<string>com.microsoft.word.doc</string>
1366				<string>com.microsoft.excel.xls</string>
1367				<string>com.microsoft.powerpoint.ppt</string>
1368				<string>org.openxmlformats.wordprocessingml.document</string>
1369				<string>org.openxmlformats.wordprocessingml.document.macroenabled</string>
1370				<string>org.openxmlformats.wordprocessingml.template</string>
1371				<string>org.openxmlformats.wordprocessingml.template.macroenabled</string>
1372				<string>org.openxmlformats.spreadsheetml.sheet</string>
1373				<string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string>
1374				<string>com.microsoft.excel.sheet.binary.macroenabled</string>
1375				<string>org.openxmlformats.spreadsheetml.template</string>
1376				<string>org.openxmlformats.spreadsheetml.template.macroenabled</string>
1377				<string>org.openxmlformats.presentationml.presentation</string>
1378				<string>org.openxmlformats.presentationml.presentation.macroenabled</string>
1379				<string>org.openxmlformats.presentationml.template</string>
1380				<string>org.openxmlformats.presentationml.template.macroenabled</string>
1381			</array>
1382			<key>CFBundleTypeRole</key>
1383			<string>Editor</string>
1384		</dict>
1385		<dict>
1386			<key>CFBundleTypeExtensions</key>
1387			<array>
1388				<string>oxt</string>
1389			</array>
1390			<key>CFBundleTypeMIMETypes</key>
1391			<array>
1392				<string>application/vnd.openofficeorg.extension</string>
1393			</array>
1394			<key>CFBundleTypeIconFile</key>
1395			<string>extension.icns</string>
1396			<key>CFBundleTypeName</key>
1397			<string>${PRODUCTNAME} Extension</string>
1398			<key>CFBundleTypeRole</key>
1399			<string>Viewer</string>
1400			<key>LSIsAppleDefaultForType</key>
1401			<true/>
1402		</dict>
1403	</array>
1404	<key>CFBundleExecutable</key>
1405	<string>%EXECUTABLE</string>
1406	<key>CFBundleGetInfoString</key>
1407	<string>${PRODUCTNAME} ${ABOUTBOXPRODUCTVERSION} ${BUILDIDCWS}</string>
1408	<key>CFBundleIconFile</key>
1409	<string>main.icns</string>
1410	<key>CFBundleShortVersionString</key>
1411	<string>${ABOUTBOXPRODUCTVERSION}</string>
1412	<key>CFBundleIdentifier</key>
1413	<string>org.openoffice.script</string>
1414	<key>CFBundleInfoDictionaryVersion</key>
1415	<string>6.0</string>
1416	<key>CFBundleName</key>
1417	<string>${PRODUCTNAME}</string>
1418	<key>CFBundlePackageType</key>
1419	<string>APPL</string>
1420	<key>CFBundleSignature</key>
1421	<string>OOo2</string>
1422	<key>LSRequiresCarbon</key>
1423	<string>1</string>
1424	<key>NSPrincipalClass</key>
1425	<string>VCL_NSApplication</string>
1426</dict>
1427</plist>
1428
1429