[Libreoffice-commits] core.git: sysui/desktop

Eivind Samseth (via logerrit) logerrit at kemper.freedesktop.org
Sat May 16 18:40:32 UTC 2020


 sysui/desktop/macosx/Info.plist.in |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit 32eac748c508640bec036975c0a91ea904c729a2
Author:     Eivind Samseth <eisa01 at gmail.com>
AuthorDate: Sat May 16 14:39:33 2020 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sat May 16 20:39:58 2020 +0200

    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 at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

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>


More information about the Libreoffice-commits mailing list