diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-10-07 10:50:09 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-10-07 10:50:09 +0200 |
commit | 49b8c00e4e5d1d62394eb5647648ce22cb49e0b0 (patch) | |
tree | 95c910b000ff7b7ed290e40f52d4397be7312c21 | |
parent | 17a91e74df661f1b24512d01528abb249d456934 (diff) |
Info.plist: fix ERROR ITMS-90243cp-4.4-9
"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-x | sysui/desktop/macosx/Info.plist.in | 4 |
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> |