We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da582a4 commit f21bd20Copy full SHA for f21bd20
scripts/create_xcframework_archive.sh
@@ -0,0 +1,4 @@
1
+ditto -c -k --sequesterRsrc --keepParent ./bindings/swift/LDKNodeFFI.xcframework ./bindings/swift/LDKNodeFFI.xcframework.zip || exit 1
2
+CHECKSUM=`swift package compute-checksum ./bindings/swift/LDKNodeFFI.xcframework.zip` || exit 1
3
+echo "New checksum: $CHECKSUM" || exit 1
4
+python3 ./scripts/update_swift_package_checksum.py --checksum "${CHECKSUM}" || exit 1
0 commit comments