summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>