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 17:30:35 +0200 |
commit | e1208d37e4d24bc15e147ff63eb39c12f09a414b (patch) | |
tree | c5f1546f543a9ee680d90ed16c374b71e6aade66 /sysui | |
parent | 7e50b8073ef40d1bbe79c1c4d6c967d760283b5a (diff) |
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
Diffstat (limited to 'sysui')
-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> |