From c873ab6f23e027af1c5837256ce3c9eccaf409cb Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 5 Mar 2025 17:20:49 +0000 Subject: [PATCH] doc: remove note about macOS self-signing Followup to #31407. --- doc/release-notes-empty-template.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/release-notes-empty-template.md b/doc/release-notes-empty-template.md index 5853fc60f3c..fdb0d7c8b13 100644 --- a/doc/release-notes-empty-template.md +++ b/doc/release-notes-empty-template.md @@ -32,13 +32,6 @@ Upgrading directly from a version of Bitcoin Core that has reached its EOL is possible, but it might take some time if the data directory needs to be migrated. Old wallet versions of Bitcoin Core are generally supported. -Running Bitcoin Core binaries on macOS requires self signing. -``` -cd /path/to/bitcoin-core/bin -xattr -d com.apple.quarantine bitcoin-cli bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet bitcoind test_bitcoin -codesign -s - bitcoin-cli bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet bitcoind test_bitcoin -``` - Compatibility ==============