Skip to content

Commit

Permalink
updating Package.swift for 0.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Jan 17, 2024
1 parent caabe5e commit a60f79f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
} else {
FFIbinaryTarget = .binaryTarget(
name: "automergeFFI",
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.5/automergeFFI.xcframework.zip",
checksum: "7dd92550d00a2660530fde36d8e3b0bf86926e74718aa9888e0e75f6d6a61dc6"
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.7/automergeFFI.xcframework.zip",
checksum: "a44de27e63744efc6efec383f56d3b99b53a8bba2d8eaea371e4bf1bfb9fb93a"
)
}

Expand Down
2 changes: 1 addition & 1 deletion Sources/_CAutomergeUniffi/include/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
module automergeFFI {
header "automergeFFI.h"
export *
}
}

0 comments on commit a60f79f

Please sign in to comment.