Skip to content

Commit

Permalink
Merge branch 'master' into finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin authored Sep 13, 2024
2 parents 202c541 + 014504e commit cc2fbdf
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 cc2fbdf

Please sign in to comment.