Skip to content

Commit

Permalink
Access libxmtp-swift with static binaries (#225)
Browse files Browse the repository at this point in the history
* Access libxmtp-swift with static binaries

* Update libxmtp ref

* Updated reference to libxmtp-swift merge on main
  • Loading branch information
cameronvoell authored Jan 29, 2024
1 parent 7632a9b commit 3083031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
.package(url: "https://github.com/1024jp/GzipSwift", from: "5.2.0"),
.package(url: "https://github.com/bufbuild/connect-swift", exact: "0.3.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
.package(url: "https://github.com/xmtp/libxmtp-swift", revision: "ccbf6ac"),
.package(url: "https://github.com/xmtp/libxmtp-swift", revision: "e5d26a4"),
// .package(path: "../libxmtp-swift")
],
targets: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/xmtp/libxmtp-swift",
"state" : {
"branch" : "60b99d0",
"revision" : "60b99d04f642a7e2b15156d818dabc4aab65b1c0"
"branch" : "e5d26a4",
"revision" : "e5d26a45966f568829e71cd087952de30234de58"
}
},
{
Expand Down

0 comments on commit 3083031

Please sign in to comment.