summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-10-07 10:50:09 +0200
committerAndras Timar <andras.timar@collabora.com>2015-10-07 17:28:10 +0200
commit3637d1edfabbabb884cacc56ad6d561eaf9a143d (patch)
treeca99e66bbd819001cddf462d503f2b9176a6b79a
parentfe8c2b516b05dca7890fe9008ce9342bb0dbb2c3 (diff)
Info.plist: fix ERROR ITMS-90243distro/collabora/lov-5.0
"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
-rwxr-xr-xsysui/desktop/macosx/Info.plist.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index 63dfc7959942..d09701acd79c 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>