From 3812d60bf4e6da379bd2547883a25b257deff3fb Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Mon, 22 Jan 2024 17:37:27 -0500 Subject: Add Matrix URL handling support to MacOS --- cmake/MacOSXBundleInfo.plist.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index b95de173..60a78b99 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -34,5 +34,16 @@ NSApplication NSHighResolutionCapable + CFBundleURLTypes + + + CFBundleURLName + Matrix URL + CFBundleURLSchemes + + matrix + + + -- cgit v1.2.3