aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/Info.plist b/share/Info.plist
index 5b7a0b3f..438443d2 100644
--- a/share/Info.plist
+++ b/share/Info.plist
@@ -31,5 +31,25 @@
<key>NSRequiresAquaSystemAppearance</key>
<string>True</string>
+
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>monero Handler</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>monero</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>moneroseed Handler</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>moneroseed</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist>