From b24731dd4269aa47ad6a5f5f97c38d1db70e349a Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 13 Sep 2026 14:40:23 -0500 Subject: [PATCH] deps: bdk-swift 3.1.0 --- BDKSwiftExampleWallet.xcodeproj/project.pbxproj | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BDKSwiftExampleWallet.xcodeproj/project.pbxproj b/BDKSwiftExampleWallet.xcodeproj/project.pbxproj index a6eb6c5e..6e5a7fc6 100644 --- a/BDKSwiftExampleWallet.xcodeproj/project.pbxproj +++ b/BDKSwiftExampleWallet.xcodeproj/project.pbxproj @@ -1075,7 +1075,7 @@ repositoryURL = "https://github.com/bitcoindevkit/bdk-swift.git"; requirement = { kind = exactVersion; - version = 3.0.0; + version = 3.1.0; }; }; AF77B2222F4B2C9E00000002 /* XCRemoteSwiftPackageReference "CodeScanner" */ = { diff --git a/README.md b/README.md index 54c81412..0d746eb3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Download the app on [TestFlight](https://testflight.apple.com/join/A3nAuYvZ). *Note: Xcode 26 preferred because `BDK Swift Example Wallet` App Icon built with the new [Icon Composer](https://developer.apple.com/icon-composer/). -The `main` branch of BDK Swift Example Wallet uses [bdk-swift](https://github.com/bitcoindevkit/bdk-swift) 3.0.0. +The `main` branch of BDK Swift Example Wallet uses [bdk-swift](https://github.com/bitcoindevkit/bdk-swift) 3.1.0. Watch how to build a simple bitcoin iOS wallet with BDK on [YouTube](https://www.youtube.com/watch?v=M9AYugUF5uQ).