diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-10-08 12:58:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-08 15:24:39 +0000 |
commit | 56a36956ed1fee1dd53817a81bcb2241373aebdc (patch) | |
tree | b66d9910759fcaacbd73d94ecd95dfd053b9e273 | |
parent | 1fb2bffc15a82adc592c00abf7e3aecd5f813ae9 (diff) |
Related: tdf#72880 add vnd.libreoffice.cmis to CFBundleURLTypes
have a stab at this to see if this would work
Change-Id: Idd24b42d5ea0b5ade44b1a2d849a0ad1c85c3827
Reviewed-on: https://gerrit.libreoffice.org/19249
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rwxr-xr-x | sysui/desktop/macosx/Info.plist.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index d09701acd79c..604a3568152b 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1430,6 +1430,18 @@ </dict> </array> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleURLName</key> + <string>@PRODUCTNAME@ CMIS</string> + <key>CFBundleURLSchemes</key> + <array> + <string>vnd.libreoffice.cmis</string> + </array> + </dict> + </array> + <key>CFBundleDocumentTypes</key> <array> <dict> |