Skip to content

Commit

Permalink
remove w3i from package
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Sep 13, 2023
1 parent 99850b1 commit 00b93c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ let package = Package(
.library(
name: "WalletConnectHistory",
targets: ["WalletConnectHistory"]),
.library(
name: "Web3Inbox",
targets: ["Web3Inbox"]),
.library(
name: "WalletConnectModal",
targets: ["WalletConnectModal"]),
Expand Down Expand Up @@ -98,9 +95,6 @@ let package = Package(
.target(
name: "WalletConnectHistory",
dependencies: ["HTTPClient", "WalletConnectRelay"]),
.target(
name: "Web3Inbox",
dependencies: ["WalletConnectChat", "WalletConnectNotify"]),
.target(
name: "WalletConnectSigner",
dependencies: ["WalletConnectNetworking"]),
Expand Down

0 comments on commit 00b93c5

Please sign in to comment.