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