Add Matrix URL handling support to MacOS

This commit is contained in:
Loren Burkholder 2024-01-22 17:37:27 -05:00
parent 8ca0f61cad
commit 3812d60bf4

View file

@ -34,5 +34,16 @@
<string>NSApplication</string> <string>NSApplication</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Matrix URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>matrix</string>
</array>
</dict>
</array>
</dict> </dict>
</plist> </plist>