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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 5 21:42:29 UTC 2018


 ios/Mobile/Info.plist.in |   27 ---------------------------
 1 file changed, 27 deletions(-)

New commits:
commit 4c8d0f2e2564abb25c47ba37dbebb14136264d6b
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Dec 5 23:35:08 2018 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Dec 5 23:41:49 2018 +0200

    Revert "Work in progress: Add .ott"
    
    Using a template has been implemented to work in a way more
    appropriate for the platform.
    
    There is little reason to allow direct opening of a template in the
    iOS app as long as it don't have any way to save it as an actual
    document, based on the template, after editing, (with a different file
    name) anyway.
    
    This reverts commit f01a73fa92c885a65cb04d90e4673f267243b866.
    
    Change-Id: Iff4b2f299c6e6eda27c00e40a49374899af41cf0

diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 5e1998741..7ff8ff3a8 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -51,16 +51,6 @@
         </dict>
         <dict>
             <key>CFBundleTypeName</key>
-            <string>OpenDocument Text Template</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>OpenDocument Flat Text</string>
             <key>LSHandlerRank</key>
             <string>Default</string>
@@ -259,23 +249,6 @@
             <array>
                 <string>public.data</string>
             </array>
-            <key>UTTypeDescription</key>
-            <string>OpenDocument Text Template</string>
-            <key>UTTypeIconFiles</key>
-            <array/>
-            <key>UTTypeIdentifier</key>
-            <string>org.oasis-open.opendocument.text-template</string>
-            <key>UTTypeTagSpecification</key>
-            <dict>
-                <key>public.filename-extension</key>
-                <string>ott</string>
-            </dict>
-        </dict>
-        <dict>
-            <key>UTTypeConformsTo</key>
-            <array>
-                <string>public.data</string>
-            </array>
             <key>UTTypeIdentifier</key>
             <string>com.collabora.office.uti.fodt</string>
             <key>UTTypeTagSpecification</key>


More information about the Libreoffice-commits mailing list