[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.4' - sysui/desktop

Andras Timar andras.timar at collabora.com
Tue Oct 6 06:13:00 PDT 2015


 sysui/desktop/macosx/Info.plist.in | 3705 +++++++++++++++++--------------------
 1 file changed, 1774 insertions(+), 1931 deletions(-)

New commits:
commit 9cfb76997e2238ebcde5ce668a591ffe4c95e4dd
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Oct 6 15:12:24 2015 +0200

    tdf#94595 fix Info.plist
    
    Change-Id: I3286c4ed2c2676e6bdc4e109baea9d558331df4d

diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index c6bb7d9..63dfc79 100755
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- Mode: nXML; tab-width: 4; indent-tabs-mode: nil; nxml-child-indent:4 -*- -->
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <!--
  * This file is part of the LibreOffice project.
@@ -19,1953 +19,1796 @@
 -->
 <plist version="1.0">
 <dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>English</string>
+    <key>UTExportedTypeDeclarations</key>
+    <array>
+        <!-- Writer documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.text</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Text</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>sxw</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.writer</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>text.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.text</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Text</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>odt</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.text</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-text.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>vnd.oasis.opendocument.text-flat-xml</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Text (Flat XML)</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>fodt</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.text-flat-xml</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-text.icns</string>
+        </dict>
 
-	<key>UTExportedTypeDeclarations</key>
-	<array>
-		<!-- Writer documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.text</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Text</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>sxw</string>
-					<string>sdw</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.writer</string>
-					<string>application/vnd.stardivision.writer</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>text.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.text</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Text</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>odt</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.text</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-text.icns</string>
-		</dict>
+        <!-- Calc documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.spreadsheet</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Spreadsheet</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>sxc</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.calc</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>spreadsheet.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.spreadsheet</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Spreadsheet</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>ods</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.spreadsheet</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-spreadsheet.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>vnd.oasis.opendocument.spreadsheet-flat-xml</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Spreadsheet (Flat XML)</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>fods</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.spreadsheet-flat-xml</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-spreadsheet.icns</string>
+        </dict>
 
-		<!-- Calc documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.spreadsheet</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Spreadsheet</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>sxc</string>
-					<string>sdc</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.calc</string>
-					<string>application/vnd.stardivision.calc</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>spreadsheet.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.spreadsheet</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Spreadsheet</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>ods</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.spreadsheet</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-spreadsheet.icns</string>
-		</dict>
+        <!-- Impress documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.presentation</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Presentation</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>sxi</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.impress</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>presentation.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.presentation</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Presentation</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>odp</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.presentation</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-presentation.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>vnd.oasis.opendocument.presentation-flat-xml</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Presentation</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>fodp</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.presentation-flat-xml</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-presentation.icns</string>
+        </dict>
 
-		<!-- Impress documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.presentation</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Presentation</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>sxi</string>
-					<string>sdd</string>
-					<string>sdp</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.impress</string>
-					<string>application/vnd.stardivision.impress</string>
-					<string>application/vnd.stardivision.impress-packed</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>presentation.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.presentation</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Presentation</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>odp</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.presentation</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-presentation.icns</string>
-		</dict>
+        <!-- Draw documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.graphics</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Drawing</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>sxd</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.draw</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>drawing.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.graphics</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Drawing</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>odg</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.graphics</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-drawing.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>vnd.oasis.opendocument.graphics-flat-xml</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Drawing (Flat XML)</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>fodg</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.graphics-flat-xml</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-drawing.icns</string>
+        </dict>
 
-		<!-- Draw documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.graphics</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Drawing</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>sxd</string>
-					<string>sda</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.draw</string>
-					<string>application/vnd.stardivision.draw</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>drawing.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.graphics</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Drawing</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>odg</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.graphics</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-drawing.icns</string>
-		</dict>
+        <!-- Chart documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.chart</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Chart</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>odc</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.chart</string>
+                </array>
+            </dict>
+        </dict>
 
-		<!-- Chart documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.chart</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Chart</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>odc</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.chart</string>
-				</array>
-			</dict>
-		</dict>
+        <!-- Text master documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.text-master</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Master</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>sxg</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.writer.global</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>master-document.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.text-master</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Master</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>odm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.text-master</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-master-document.icns</string>
+        </dict>
 
-		<!-- Text master documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.text-master</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Master</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>sxg</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.writer.global</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>master-document.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.text-master</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Master</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>odm</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.text-master</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-master-document.icns</string>
-		</dict>
+        <!-- Math documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.formula</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Formula</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>sxm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.math</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>formula.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.formula</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Formula</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>odf</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.formula</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-formula.icns</string>
+        </dict>
 
-		<!-- Math documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.formula</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Formula</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>sxm</string>
-					<string>smf</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.math</string>
-					<string>application/vnd.stardivision.math</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>formula.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.formula</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Formula</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>odf</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.formula</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-formula.icns</string>
-		</dict>
+        <!-- Text template documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.text-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Text Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>stw</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.writer.template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>text-template.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.text-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Text Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>ott</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.text-template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-text-template.icns</string>
+        </dict>
 
-		<!-- Text template documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.text-template</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Text Template</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>stw</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.writer.template</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>text-template.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.text-template</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Text Template</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>ott</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.text-template</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-text-template.icns</string>
-		</dict>
+        <!-- Writer master document templates -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.text-master-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Text Master Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>otm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.text-master-template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-master-document-template.icns</string>
+        </dict>
 
-		<!-- Spreadsheet template documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.spreadsheet-template</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Spreadsheet Template</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>stc</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.calc.template</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>spreadsheet-template.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.spreadsheet-template</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Spreadsheet Template</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>ots</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.spreadsheet-template</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-spreadsheet-template.icns</string>
-		</dict>
+        <!-- Spreadsheet template documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.spreadsheet-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Spreadsheet Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>stc</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.calc.template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>spreadsheet-template.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.spreadsheet-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Spreadsheet Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>ots</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.spreadsheet-template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-spreadsheet-template.icns</string>
+        </dict>
 
-		<!-- Presentation template documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.presentation-template</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Presentation Template</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>sti</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.impress.template</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>presentation-template.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.presentation-template</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Presentation Template</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>otp</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.presentation-template</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-presentation-template.icns</string>
-		</dict>
+        <!-- Presentation template documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.presentation-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Presentation Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>sti</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.impress.template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>presentation-template.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.presentation-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Presentation Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>otp</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.presentation-template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-presentation-template.icns</string>
+        </dict>
 
-		<!-- Drawing template documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.graphics-template</string>
-			<key>UTTypeDescription</key>
-			<string>OpenOffice.org 1.0 Drawing Template</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>std</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.sun.xml.draw.template</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>drawing-template.icns</string>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.graphics-template</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Drawing Template</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>otg</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.graphics-template</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-drawing-template.icns</string>
-		</dict>
+        <!-- Drawing template documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.graphics-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenOffice.org 1.0 Drawing Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>std</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.sun.xml.draw.template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>drawing-template.icns</string>
+        </dict>
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.graphics-template</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Drawing Template</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>otg</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.graphics-template</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-drawing-template.icns</string>
+        </dict>
 
-		<!-- Base documents -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.oasis-open.opendocument.database</string>
-			<key>UTTypeDescription</key>
-			<string>OpenDocument Database</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>odb</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.oasis.opendocument.database</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>oasis-database.icns</string>
-		</dict>
+        <!-- Base documents -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.oasis-open.opendocument.database</string>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Database</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>odb</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.oasis.opendocument.database</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>oasis-database.icns</string>
+        </dict>
 
-		<!-- Extensions -->
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.openoffice.extension</string>
-			<key>UTTypeDescription</key>
-			<string>@PRODUCTNAME@ Extension</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>oxt</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.openofficeorg.extension</string>
-				</array>
-			</dict>
-			<key>UTTypeIconFile</key>
-			<string>extension.icns</string>
-		</dict>
-	</array>
+        <!-- Extensions -->
+        <dict>
+            <key>UTTypeIdentifier</key>
+            <string>org.openoffice.extension</string>
+            <key>UTTypeDescription</key>
+            <string>@PRODUCTNAME@ Extension</string>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>oxt</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.openofficeorg.extension</string>
+                </array>
+            </dict>
+            <key>UTTypeIconFile</key>
+            <string>extension.icns</string>
+        </dict>
+    </array>
 
-	<key>UTImportedTypeDeclarations</key>
-	<array>
-		<!-- Microsoft Word Template -->
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.composite-content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Microsoft Word Template</string>
-			<key>UTTypeIdentifier</key>
-			<string>com.microsoft.word.dot</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>dot</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/msword</string> <!-- ??? -->
-				</array>
-			</dict>
-		</dict>
-		<!-- OOXML wordprocessing -->
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.composite-content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML word processing document</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.wordprocessingml.document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>docx</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.openxmlformats-officedocument.wordprocessingml.document</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.composite-content</string>
-				<string>public.executable</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML word processing document (macros enabled)</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.wordprocessingml.document.macroenabled</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>docm</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.ms-word.document.macroEnabled.12</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.composite-content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML word processing template</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.wordprocessingml.template</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>dotx</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.openxmlformats-officedocument.wordprocessingml.template</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.composite-content</string>
-				<string>public.executable</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML word processing template (macros enabled)</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.wordprocessingml.template.macroenabled</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>dotm</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.ms-word.template.macroEnabled.12</string>
-				</array>
-			</dict>
-		</dict>
+    <key>UTImportedTypeDeclarations</key>
+    <array>
+        <!-- Microsoft Word Template -->
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.composite-content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Microsoft Word Template</string>
+            <key>UTTypeIdentifier</key>
+            <string>com.microsoft.word.dot</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>dot</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/msword</string>
+                </array>
+            </dict>
+        </dict>
+        <!-- OOXML wordprocessing -->
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.composite-content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML word processing document</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.wordprocessingml.document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>docx</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.openxmlformats-officedocument.wordprocessingml.document</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.composite-content</string>
+                <string>public.executable</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML word processing document (macros enabled)</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.wordprocessingml.document.macroenabled</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>docm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.ms-word.document.macroEnabled.12</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.composite-content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML word processing template</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.wordprocessingml.template</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>dotx</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.openxmlformats-officedocument.wordprocessingml.template</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.composite-content</string>
+                <string>public.executable</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML word processing template (macros enabled)</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.wordprocessingml.template.macroenabled</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>dotm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.ms-word.template.macroEnabled.12</string>
+                </array>
+            </dict>
+        </dict>
 
-		<!-- OOXML spreadsheet -->
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.composite-content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML spreadsheet template</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.spreadsheetml.template</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>xltx</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.openxmlformats-officedocument.spreadsheetml.template</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.composite-content</string>
-				<string>public.executable</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML spreadsheet template (macros enabled)</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.spreadsheetml.template.macroenabled</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>xltm</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.ms-excel.template.macroEnabled.12</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.composite-content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML spreadsheet</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.spreadsheetml.sheet</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>xlsx</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.zip-archive</string>
-				<string>public.composite-content</string>
-				<string>public.executable</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Microsoft Excel 2007 spreadsheet (macros enabled)</string>
-			<key>UTTypeIdentifier</key>
-			<string>com.microsoft.excel.sheet.binary.macroenabled</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>xlsb</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.ms-excel.sheet.binary.macroEnabled.12</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.composite-content</string>
-				<string>public.executable</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML spreadsheet (macros enabled)</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>xlsm</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.ms-excel.sheet.macroEnabled.12</string>
-				</array>
-			</dict>
-		</dict>
+        <!-- OOXML spreadsheet -->
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.composite-content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML spreadsheet template</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.spreadsheetml.template</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>xltx</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.openxmlformats-officedocument.spreadsheetml.template</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.composite-content</string>
+                <string>public.executable</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML spreadsheet template (macros enabled)</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.spreadsheetml.template.macroenabled</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>xltm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.ms-excel.template.macroEnabled.12</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.composite-content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML spreadsheet</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.spreadsheetml.sheet</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>xlsx</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.zip-archive</string>
+                <string>public.composite-content</string>
+                <string>public.executable</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Microsoft Excel 2007 spreadsheet (macros enabled)</string>
+            <key>UTTypeIdentifier</key>
+            <string>com.microsoft.excel.sheet.binary.macroenabled</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>xlsb</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.ms-excel.sheet.binary.macroEnabled.12</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.composite-content</string>
+                <string>public.executable</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML spreadsheet (macros enabled)</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>xlsm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.ms-excel.sheet.macroEnabled.12</string>
+                </array>
+            </dict>
+        </dict>
 
-		<!-- OOXML presentation -->
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.presentation</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML presentation</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.presentationml.presentation</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>pptx</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.openxmlformats-officedocument.presentationml.presentation</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.presentation</string>
-				<string>public.executable</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML presentation (macros enabled)</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.presentationml.presentation.macroenabled</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>pptm</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.ms-powerpoint.presentation.macroEnabled.12</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.presentation</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML presentation template</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.presentationml.template</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>potx</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.openxmlformats-officedocument.presentationml.template</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>org.openxmlformats.openxml</string>
-				<string>public.presentation</string>
-				<string>public.executable</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Office Open XML presentation template (macros enabled)</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.openxmlformats.presentationml.template.macroenabled</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>potm</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.ms-powerpoint.template.macroEnabled.12</string>
-				</array>
-			</dict>
-		</dict>
+        <!-- OOXML presentation -->
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.presentation</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML presentation</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.presentationml.presentation</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>pptx</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.openxmlformats-officedocument.presentationml.presentation</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.presentation</string>
+                <string>public.executable</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML presentation (macros enabled)</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.presentationml.presentation.macroenabled</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>pptm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.ms-powerpoint.presentation.macroEnabled.12</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.presentation</string>
+                <string>public.executable</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML presentation template</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.presentationml.template</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>potx</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.openxmlformats-officedocument.presentationml.template</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>org.openxmlformats.openxml</string>
+                <string>public.presentation</string>
+                <string>public.executable</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Office Open XML presentation template (macros enabled)</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.openxmlformats.presentationml.template.macroenabled</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>potm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.ms-powerpoint.template.macroEnabled.12</string>
+                </array>
+            </dict>
+        </dict>
 
-		<!-- Others -->
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>WordPerfect Document</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.wpd-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>wpd</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.wordperfect</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>PalmDoc eBook </string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.pdb-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>pdb</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/x-aportisdoc</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Hangul WP 97 Document</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.hwp-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>hwp</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/x-hwp-document</string> <!-- ??? -->
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Microsoft Works for Mac Document (v1 - v4)</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.wks-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>wps</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.ms-works</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Data Interchange Format</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.dif-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>dif</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/x-dif-document</string> <!-- ??? -->
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>SYLK Document</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.slk-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>slk</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/x-slk-document</string> <!-- ??? -->
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Comma-Separated Value Document</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.csv-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>csv</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/x-csv-document</string> <!-- ??? -->
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>dBASE Document</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.dbf-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>dbf</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/x-dbf-document</string> <!-- ??? -->
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Lotus 1-2-3 Spreadsheet</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.123-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>wk1</string>
-					<string>wks</string>
-					<string>123</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/vnd.lotus-1-2-3</string>
-					<string>application/vnd.lotus-1-2-3</string>
-					<string>application/vnd.lotus-1-2-3</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-				<string>public.image</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Computer Graphics Metafile</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.cgm-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>cgm</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>image/cgm</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-				<string>public.image</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>AutoCAD Interchange Format</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.dxf-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>dxf</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>image/vnd.dxf</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-				<string>public.image</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Windows Enhanced Metafile</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.emf-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>emf</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>image/x-emf</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-				<string>public.image</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Windows Metafile</string>
-			<key>UTTypeIdentifier</key>
-			<string>org.libreoffice.wmf-document</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>wmf</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>image/x-wmf</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Plain Text File</string>
-			<key>UTTypeIdentifier</key>
-			<string>public.plain-text</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>txt</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>text/plain</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeDescription</key>
-			<string>Rich Text Format</string>
-			<key>UTTypeIdentifier</key>
-			<string>public.rtf</string>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>rtf</string>
-				</array>
-				<key>public.mime-type</key>
-				<array>
-					<string>application/rtf</string>
-				</array>
-			</dict>
-		</dict>
+        <!-- Others -->
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>WordPerfect Document</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.wpd-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>wpd</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.wordperfect</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>PalmDoc eBook </string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.pdb-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>pdb</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/x-aportisdoc</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Hangul WP 97 Document</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.hwp-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>hwp</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/x-hwp</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Microsoft Works for Mac Document (v1 - v4)</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.wks-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>wps</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.ms-works</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Data Interchange Format</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.dif-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>dif</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/x-dif-document</string> <!-- ??? -->
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.text</string>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>SYLK Document</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.slk-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>slk</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>text/spreadsheet</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.text</string>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Comma-Separated Value Document</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.csv-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>csv</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>text/csv</string> <!-- ??? -->
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>dBASE Document</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.dbf-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>dbf</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/x-dbase</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Lotus 1-2-3 Spreadsheet</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.123-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>wk1</string>
+                    <string>wks</string>
+                    <string>123</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.lotus-1-2-3</string>
+                    <string>application/vnd.lotus-1-2-3</string>
+                    <string>application/vnd.lotus-1-2-3</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+                <string>public.image</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Computer Graphics Metafile</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.cgm-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>cgm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>image/cgm</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+                <string>public.image</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>AutoCAD Interchange Format</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.dxf-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>dxf</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>image/vnd.dxf</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+                <string>public.image</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Windows Enhanced Metafile</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.emf-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>emf</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>image/x-emf</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+                <string>public.image</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Windows Metafile</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.wmf-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>wmf</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>image/x-wmf</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+                <string>public.image</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>CorelDRAW Image</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.cdr-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>cdr</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/cdr</string>
+                    <string>application/coreldraw</string>
+                    <string>application/vnd.corel-draw</string>
+                    <string>application/x-cdr</string>
+                    <string>application/x-coreldraw</string>
+                    <string>image/cdr</string>
+                    <string>image/x-cdr</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Microsoft Visio Document</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.visio-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>vsd</string>
+                    <string>vss</string>
+                    <string>vst</string>
+                    <string>vdx</string>
+                    <string>vsx</string>
+                    <string>vtx</string>
+                    <string>vsdx</string>
+                    <string>vsdm</string>
+                    <string>vssx</string>
+                    <string>vssm</string>
+                    <string>vstx</string>
+                    <string>vstm</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/vnd.visio2013</string>
+                    <string>application/vnd.visio</string>
+                </array>
+            </dict>
+        </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+                <string>public.content</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Microsoft Publisher Document</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.libreoffice.mspub-document</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>pub</string>
+                </array>
+                <key>public.mime-type</key>
+                <array>
+                    <string>application/x-mspublisher</string>
+                </array>
+            </dict>
+        </dict>
+    </array>
 
-	</array>
-
-	<key>CFBundleDocumentTypes</key>
-	<array>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Text</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.text</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Text</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.text</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Spreadsheet</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.spreadsheet</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Spreadsheet</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.spreadsheet</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Presentation</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.presentation</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Presentation</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.presentation</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Drawing</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.graphics</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Drawing</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.graphics</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Chart</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.chart</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Master</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.text-master</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Master</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.text-master</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Formula</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.formula</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Formula</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.formula</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Text Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.text-template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Text Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.text-template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Spreadsheet Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.spreadsheet-template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Spreadsheet Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.spreadsheet-template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Presentation Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.presentation-template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Presentation Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.presentation-template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenOffice.org 1.0 Drawing Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.graphics-template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Drawing Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.graphics-template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>OpenDocument Database</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.oasis-open.opendocument.database</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>@PRODUCTNAME@ Extension</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openoffice.extension</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>Microsoft Word Document</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>com.microsoft.word.doc</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>Microsoft Word Template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>com.microsoft.word.dot</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>Office Open XML word processing document</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openxmlformats.wordprocessingml.document</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>Office Open XML word processing document (macros enabled)</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openxmlformats.wordprocessingml.document.macroenabled</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>Office Open XML word processing template</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openxmlformats.wordprocessingml.template</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>Office Open XML word processing template (macros enabled)</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>org.openxmlformats.wordprocessingml.template.macroenabled</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>
-			<string>Microsoft Excel Spreadsheet</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSHandlerRank</key>
-			<string>Owner</string>
-			<key>LSItemContentTypes</key>
-			<array>
-				<string>com.microsoft.excel.xls</string>
-			</array>
-		</dict>
-		<dict>
-			<key>CFBundleTypeName</key>

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list