We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caabe5e commit a60f79fCopy full SHA for a60f79f
2 files changed
Package.swift
@@ -57,8 +57,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
57
} else {
58
FFIbinaryTarget = .binaryTarget(
59
name: "automergeFFI",
60
- url: "https://github.com/automerge/automerge-swift/releases/download/0.5.5/automergeFFI.xcframework.zip",
61
- checksum: "7dd92550d00a2660530fde36d8e3b0bf86926e74718aa9888e0e75f6d6a61dc6"
+ url: "https://github.com/automerge/automerge-swift/releases/download/0.5.7/automergeFFI.xcframework.zip",
+ checksum: "a44de27e63744efc6efec383f56d3b99b53a8bba2d8eaea371e4bf1bfb9fb93a"
62
)
63
}
64
Sources/_CAutomergeUniffi/include/module.modulemap
@@ -3,4 +3,4 @@
3
module automergeFFI {
4
header "automergeFFI.h"
5
export *
6
-}
+}
0 commit comments