sysui/desktop/macosx/Info.plist.in | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit e1208d37e4d24bc15e147ff63eb39c12f09a414b Author: Andras Timar <andras.ti...@collabora.com> Date: Wed Oct 7 10:50:09 2015 +0200 Info.plist: fix ERROR ITMS-90243 "The product archive is invalid. The value of the CFBundleDocumentTypes key in the Info.plist must be an array of dictionaries, with each dictionary containing at least the CFBundleTypeName key." Change-Id: I70570cdbe729e64453a88b6a7abbfd4259333237 diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 63dfc79..d09701a 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1721,6 +1721,8 @@ </array> </dict> <dict> + <key>CFBundleTypeName</key> + <string>Flat ODF</string> <key>LSItemContentTypes</key> <array> <string>vnd.oasis.opendocument.text-flat-xml</string> @@ -1734,6 +1736,8 @@ <string>Owner</string> </dict> <dict> + <key>CFBundleTypeName</key> + <string>3rd party formats</string> <key>LSItemContentTypes</key> <array> <string>public.plain-text</string> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits