Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmz authored Jan 24, 2024
1 parent 43bf58c commit 333e4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
platforms: [.iOS(.v13)],
products: [
.library(name: "WalletCore", targets: ["WalletCore"]),
.library(name: "SwiftProtobuf", targets: ["SwiftProtobuf"])
.library(name: "WalletCoreSwiftProtobuf", targets: ["WalletCoreSwiftProtobuf"])
],
dependencies: [],
targets: [
Expand All @@ -16,7 +16,7 @@ let package = Package(
checksum: "b7f9fe6b5aa1fd216d43f676400c9db6999c6494e0120db73b2afb49dcc1f013"
),
.binaryTarget(
name: "SwiftProtobuf",
name: "WalletCoreSwiftProtobuf",
url: "https://github.com/trustwallet/wallet-core/releases/download/3.2.1/SwiftProtobuf.xcframework.zip",
checksum: "12bbc92dc2225c661e301cc2826e034fcb69b2a144f8c4ff2e51ce6ccf122124"
)
Expand Down

0 comments on commit 333e4ba

Please sign in to comment.