summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorEivind Samseth <eisa01@gmail.com>2020-05-16 14:39:33 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-07-22 14:31:39 +0200
commite7d7fc049b3824984f353bab18525a0e4683b009 (patch)
tree55873803d5d515d1e03d18b2996200b527c18996 /sysui
parent37dd42f70726f5958f4371757576939164507a4f (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> (cherry picked from commit 32eac748c508640bec036975c0a91ea904c729a2)
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/macosx/Info.plist.in9
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>