diff --git a/contrib/android/bitcoin_intent.xml b/contrib/android/bitcoin_intent.xml index f433f72c1..87553b2c8 100644 --- a/contrib/android/bitcoin_intent.xml +++ b/contrib/android/bitcoin_intent.xml @@ -4,4 +4,5 @@ + diff --git a/contrib/osx/make_osx b/contrib/osx/make_osx index 67622b76b..95f513011 100755 --- a/contrib/osx/make_osx +++ b/contrib/osx/make_osx @@ -179,7 +179,7 @@ pyinstaller --noconfirm --ascii --clean --name $VERSION contrib/osx/osx.spec || info "Adding bitcoin URI types to Info.plist" plutil -insert 'CFBundleURLTypes' \ - -xml ' CFBundleURLName bitcoin CFBundleURLSchemes bitcoin ' \ + -xml ' CFBundleURLName bitcoin CFBundleURLSchemes bitcoinlightning ' \ -- dist/$PACKAGE.app/Contents/Info.plist \ || fail "Could not add keys to Info.plist. Make sure the program 'plutil' exists and is installed."