bitromortac
4 years ago
No known key found for this signature in database
GPG Key ID: 1965063FC13BEBE2
2 changed files with
2 additions and
1 deletions
-
contrib/android/bitcoin_intent.xml
-
contrib/osx/make_osx
|
|
@ -4,4 +4,5 @@ |
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
<category android:name="android.intent.category.BROWSABLE" /> |
|
|
|
<data android:scheme="bitcoin" /> |
|
|
|
<data android:scheme="lightning" /> |
|
|
|
</intent-filter> |
|
|
|
|
|
@ -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 '<array><dict> <key>CFBundleURLName</key> <string>bitcoin</string> <key>CFBundleURLSchemes</key> <array><string>bitcoin</string></array> </dict></array>' \ |
|
|
|
-xml '<array><dict> <key>CFBundleURLName</key> <string>bitcoin</string> <key>CFBundleURLSchemes</key> <array><string>bitcoin</string><string>lightning</string></array> </dict></array>' \ |
|
|
|
-- dist/$PACKAGE.app/Contents/Info.plist \ |
|
|
|
|| fail "Could not add keys to Info.plist. Make sure the program 'plutil' exists and is installed." |
|
|
|
|
|
|
|