diff options
| author | dsc <xmrdsc@protonmail.com> | 2019-03-22 21:02:08 +0100 |
|---|---|---|
| committer | xmrdsc <xmrdsc@protonmail.com> | 2019-04-29 19:56:46 +0200 |
| commit | 18f2accc7f5ac0941c703a7cb4dd9cab2a2bca77 (patch) | |
| tree | b1aeea40a02d76c352097dde7514b849c0e91483 /share | |
| parent | ff6ce6294b561a6f15769a8e7a8270d57d02f8de (diff) | |
| download | monzero-gui-18f2accc7f5ac0941c703a7cb4dd9cab2a2bca77.tar.gz monzero-gui-18f2accc7f5ac0941c703a7cb4dd9cab2a2bca77.tar.xz monzero-gui-18f2accc7f5ac0941c703a7cb4dd9cab2a2bca77.zip | |
IPC and custom protocol handler for monero://
Diffstat (limited to 'share')
| -rw-r--r-- | share/Info.plist | 20 |
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> |
