Simplify build.sh and add template bdkFFI.xcframework to repo

This commit is contained in:
Steve Myers
2021-11-23 22:46:38 -08:00
parent 2ccd89ed2e
commit 71496cd56a
10 changed files with 120 additions and 2167 deletions

View File

@@ -0,0 +1,4 @@
// This is the "umbrella header" for our combined Rust code library.
// It needs to import all of the individual headers.
#import "bdkFFI.h"

View File

@@ -0,0 +1,6 @@
framework module bdkFFI {
umbrella header "bdkFFI-umbrella.h"
export *
module * { export * }
}