From 2cbcaa58b9fdbe78119b43a2a4404bebbb3fcebd Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 26 Jan 2018 15:46:20 +0100 Subject: [PATCH] iOS, add support for PDF Updated Document Types and import types. Change-Id: Id7e5aef91cdf52783a83672becfd7bbb78f986ad --- .../LibreOfficeLight/Info.plist | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist index 8e26191c6a76..c50ff60567f3 100755 --- a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist +++ b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist @@ -349,6 +349,7 @@ org.libreoffice.cdr-document org.libreoffice.visio-document org.libreoffice.mspub-document + com.adobe.pdf @@ -1784,6 +1785,28 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. + + UTTypeConformsTo + + public.data + public.composite-​content + + UTTypeDescription + Apple PDF pasteboard type PDF data + UTTypeIdentifier + com.adobe.pdf + UTTypeTagSpecification + + public.filename-extension + + pdf + + public.mime-type + + application/pdf + + +