[Libreoffice-commits] online.git: ios/Mobile

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri May 31 09:54:12 UTC 2019


 ios/Mobile/Info.plist.in |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

New commits:
commit a9dabea550d0fa53d67cf69a737e41bd5e10c83a
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri May 31 12:48:47 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri May 31 12:52:44 2019 +0300

    Add Visio Document, extensions vdx, vsd, vsdm, and vsdx
    
    Together with two one-line changes to core, Visio files now open
    (read-only) in the app.
    
    Change-Id: I7dde2f7a8d1960c8fb9154c23e489ccc00a17b2d

diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index a6d431808..34f675d18 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -359,6 +359,20 @@
                 <string>com.microsoft.powerpoint.ppt</string>
             </array>
         </dict>
+        <dict>
+            <key>CFBundleTypeIconFiles</key>
+            <array/>
+            <key>CFBundleTypeName</key>
+            <string>Visio Document</string>
+            <key>CFBundleTypeRole</key>
+            <string>Viewer</string>
+            <key>LSHandlerRank</key>
+            <string>Alternate</string>
+            <key>LSItemContentTypes</key>
+            <array>
+                <string>com.collabora.office.uti.vsd</string>
+            </array>
+        </dict>
     </array>
     <key>CFBundleExecutable</key>
     <string>$(EXECUTABLE_NAME)</string>
@@ -467,6 +481,26 @@
                 <string>odp</string>
             </dict>
         </dict>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.data</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>Visio Document</string>
+            <key>UTTypeIdentifier</key>
+            <string>com.collabora.office.uti.vsd</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>vdx</string>
+                    <string>vsd</string>
+                    <string>vsdm</string>
+                    <string>vsdx</string>
+                </array>
+            </dict>
+        </dict>
     </array>
     <key>UTImportedTypeDeclarations</key>
     <array>


More information about the Libreoffice-commits mailing list