Skip to content

Commit 2429360

Browse files
authored
readme: build steps for 1.0 and pre-1.0
1 parent 01c95a6 commit 2429360

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ An example iOS app using [Bitcoin Dev Kit](https://github.com/bitcoindevkit) 1.0
66

77
<img src="Docs/bitcoin-screen.png" alt="Screenshot" width="210.5" height="420">
88

9+
## Build
10+
11+
### 1.0
12+
13+
The `main` branch of BDK Swift Example Wallet uses a local package of bdk-swift, built using a [build script in bdk-ffi](https://github.com/bitcoindevkit/bdk-ffi/blob/master/bdk-swift/build-xcframework.sh).
14+
15+
*This is temporary as we gear up for the 1.0 beta of bdk-swift, which is currently in [alpha](https://github.com/bitcoindevkit/bdk-swift/releases), and allows for those migrating to 1.0 to keep up with the latest and greatest.*
16+
17+
### Pre 1.0
18+
19+
The `pre-v1` branch of BDK Swift Example Wallet uses a remote package of bdk-swift.
20+
921
## Functionality
1022

1123
*This is an experimental work in progress.*

0 commit comments

Comments
 (0)