1
0
mirror of git://jb55.com/damus synced 2024-09-30 08:50:42 +00:00

info: add nostrwalletconnect uri handlers

We will need this to handle nostrwalletconnect:// links
This commit is contained in:
William Casarin 2023-05-09 18:37:31 -07:00
parent 9093bdec2d
commit ca2bf20eb7

View File

@ -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>