[Libreoffice-commits] core.git: sysui/desktop
Caolán McNamara
caolanm at redhat.com
Thu Oct 8 08:25:00 PDT 2015
sysui/desktop/macosx/Info.plist.in | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit 56a36956ed1fee1dd53817a81bcb2241373aebdc
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Oct 8 12:58:25 2015 +0100
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 at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index d09701a..604a356 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>
More information about the Libreoffice-commits
mailing list