Skip to content

Commit

Permalink
chore: small fix for swift packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Sep 5, 2024
1 parent 6477264 commit 014504e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bdk-swift/build-xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ mv "${HEADERPATH_BITCOIN_FFI}" "${NEW_HEADER_DIR}"
mv "${MODMAPPATH}" "${NEW_HEADER_DIR}/module.modulemap"
echo -e "\n" >> "${NEW_HEADER_DIR}/module.modulemap"
cat "${MODMAPPATH_BITCOIN_FFI}" >> "${NEW_HEADER_DIR}/module.modulemap"
rm "${MODMAPPATH_BITCOIN_FFI}"

# remove old xcframework directory
rm -rf "${OUTDIR}/${NAME}.xcframework"
Expand Down

0 comments on commit 014504e

Please sign in to comment.