Skip to content

Commit

Permalink
Point to libxmtp-swift package, not local filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Feb 2, 2024
1 parent 624e449 commit 13b7919
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,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: "e5d26a4"),
.package(path: "../libxmtp-swift")
.package(url: "https://github.com/xmtp/libxmtp-swift", revision: "1d7068f181a402b2cd8b9520ccb768e65a55ec32"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -38,7 +37,7 @@ let package = Package(
"web3.swift",
.product(name: "Gzip", package: "GzipSwift"),
.product(name: "Connect", package: "connect-swift"),
.product(name: "LibXMTP", package: "libxmtp-swift"),
.product(name: "LibXMTP", package: "libxmtp-swift")
]
),
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
"revision" : "ecb18d8ce4d88277cc4fb103973352d91e18c535"
}
},
{
"identity" : "libxmtp-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/xmtp/libxmtp-swift",
"state" : {
"revision" : "1d7068f181a402b2cd8b9520ccb768e65a55ec32"
}
},
{
"identity" : "qrcode",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 13b7919

Please sign in to comment.