bitcoindevkit / bdk-ffi

Please consider this project *experimental*.
Other
87 stars 39 forks source link

Automate building and publishing bdk-swift artifacts #252

Closed notmandatory closed 1 year ago

notmandatory commented 2 years ago

Currently Swift Package Manager (SPM) and XCFramework artifacts are built via the build.sh script, but there are a few manual steps. This process should be fully automated in a similar way as ldk-swift, see the repo for inspiration.

notmandatory commented 1 year ago

Fixed by bitcoindevkit/bdk-swift#34 and bitcoindevkit/bdk-swift#39