summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoren Burkholder <loren.burkholder@kdab.com>2024-01-22 17:37:27 -0500
committerLoren Burkholder <loren.burkholder@kdab.com>2024-01-22 17:37:27 -0500
commit3812d60bf4e6da379bd2547883a25b257deff3fb (patch)
tree55c389611a8c08d0bc5bfe73ce8d1cef80fdc208
parent8ca0f61cadcf469264c05792b3d7d5dd8c252ee9 (diff)
Add Matrix URL handling support to MacOS
-rw-r--r--cmake/MacOSXBundleInfo.plist.in11
1 files changed, 11 insertions, 0 deletions
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 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>Matrix URL</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>matrix</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist>