diff options
author | Eivind Samseth <eisa01@gmail.com> | 2020-05-16 14:39:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-05-16 20:39:58 +0200 |
commit | 32eac748c508640bec036975c0a91ea904c729a2 (patch) | |
tree | 32bde586afa42966eed1b19773f6afe3afc14ce1 /sysui | |
parent | eadfb43d8c80e1cf1b21d8d42eeb768ebe3f8e4c (diff) |
tdf#103644: Add support for vnd.sun.star.webdav on macOS
Change-Id: I0766b7a12686c829f8b0fe43df6d5256139d4f10
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94359
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/macosx/Info.plist.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 608140d2911d..fa3dbed3c79c 100644 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1463,6 +1463,15 @@ <string>vnd.libreoffice.cmis</string> </array> </dict> + <dict> + <key>CFBundleURLName</key> + <string>@PRODUCTNAME@ WebDav</string> + <key>CFBundleURLSchemes</key> + <array> + <string>vnd.sun.star.webdav</string> + <string>vnd.sun.star.webdavs</string> + </array> + </dict> </array> <key>CFBundleDocumentTypes</key> |