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

New commits:
commit cc87beb06be992683df3894231dba4db9f068eb6
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Fri May 31 10:45:22 2019 +0300
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Mon Sep 23 10:44:10 2019 +0200

    The UTExportedTypeDeclarations for fodt was missing its UTTypeDescription
    
    Change-Id: I1b35b1c1663e59409662eda905c351c7c54ee18a
    (cherry picked from commit 0a134d888be57dc32af86aeb1f7a84629484f2b3)
    Reviewed-on: https://gerrit.libreoffice.org/79383
    Reviewed-by: Tor Lillqvist <[email protected]>
    Tested-by: Tor Lillqvist <[email protected]>

diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index afb060b36..ecf7bf642 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -465,6 +465,8 @@
             <array>
                 <string>public.data</string>
             </array>
+            <key>UTTypeDescription</key>
+            <string>OpenDocument Flat Text</string>
             <key>UTTypeIdentifier</key>
             <string>com.collabora.office.uti.fodt</string>
             <key>UTTypeTagSpecification</key>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to