Info.plist
file.<key>LSApplicationQueriesSchemes</key>
section.<array>
. These schemes represent the wallets you want to detect.Info.plist
file.<key>LSApplicationQueriesSchemes</key>
section.<string>cbwallet</string>
scheme as mentioned above in previous sectionAppDelegate.swift
file
onOpenURL
modifier somewhere in your view hierarchy like shown below.
coinbaseEnabled
to false
in your AppKit configure call.