damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit ca2bf20eb7dc05a4a7fca12ea41a936259a26688
parent 9093bdec2d6359391f77d85dbef289864a938d5b
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  9 May 2023 18:37:31 -0700

info: add nostrwalletconnect uri handlers

We will need this to handle nostrwalletconnect:// links

Diffstat:
Mdamus/Info.plist | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/damus/Info.plist b/damus/Info.plist @@ -24,6 +24,26 @@ <string>damus</string> </array> </dict> + <dict> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>CFBundleURLName</key> + <string>io.damus.nwc</string> + <key>CFBundleURLSchemes</key> + <array> + <string>nostrwalletconnect</string> + </array> + </dict> + <dict> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>CFBundleURLName</key> + <string>io.damus.nwcp</string> + <key>CFBundleURLSchemes</key> + <array> + <string>nostr+walletconnect</string> + </array> + </dict> </array> <key>LSApplicationQueriesSchemes</key> <array>