[Libreoffice-commits] online.git: ios/Mobile
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 23 08:44:28 UTC 2019
ios/Mobile/Info.plist.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit cc87beb06be992683df3894231dba4db9f068eb6
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri May 31 10:45:22 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
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>
More information about the Libreoffice-commits
mailing list