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,6 @@
framework module bdkFFI {
umbrella header "bdkFFI-umbrella.h"
export *
module * { export * }
}