From e71b696ef6a50db0cb6a02e261b858e05fdb1a8f Mon Sep 17 00:00:00 2001 From: "Matthew J. Francis" Date: Mon, 13 Oct 2014 22:15:09 +0800 Subject: Register flat file mime types on OS X Change-Id: I505703b2f6890586e05e6c2146d9b37774f101d0 Reviewed-on: https://gerrit.libreoffice.org/11957 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- sysui/desktop/macosx/Info.plist.in | 92 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) (limited to 'sysui') diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 892d0df8170d..b9c78c09ec6c 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -71,6 +71,28 @@ + + UTTypeIdentifier + vnd.oasis.opendocument.text-flat-xml + UTTypeDescription + OpenDocument Text (Flat XML) + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + fodt + + public.mime-type + + application/vnd.oasis.opendocument.text-flat-xml + + + @@ -119,6 +141,28 @@ + + UTTypeIdentifier + vnd.oasis.opendocument.spreadsheet-flat-xml + UTTypeDescription + OpenDocument Spreadsheet (Flat XML) + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + fods + + public.mime-type + + application/vnd.oasis.opendocument.spreadsheet-flat-xml + + + @@ -169,6 +213,28 @@ + + UTTypeIdentifier + vnd.oasis.opendocument.presentation-flat-xml + UTTypeDescription + OpenDocument Presentation + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + fodp + + public.mime-type + + application/vnd.oasis.opendocument.presentation-flat-xml + + + @@ -217,6 +283,28 @@ + + UTTypeIdentifier + vnd.oasis.opendocument.graphics-flat-xml + UTTypeDescription + OpenDocument Drawing (Flat XML) + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + fodg + + public.mime-type + + application/vnd.oasis.opendocument.graphics-flat-xml + + + @@ -1373,12 +1461,16 @@ org.openoffice.text org.oasis-open.opendocument.text + vnd.oasis.opendocument.text-flat-xml org.openoffice.spreadsheet org.oasis-open.opendocument.spreadsheet + vnd.oasis.opendocument.spreadsheet-flat-xml org.openoffice.presentation org.oasis-open.opendocument.presentation + vnd.oasis.opendocument.presentation-flat-xml org.openoffice.graphics org.oasis-open.opendocument.graphics + vnd.oasis.opendocument.graphics-flat-xml org.openoffice.text-master org.oasis-open.opendocument.text-master org.openoffice.formula -- cgit