Skip to content

Commit

Permalink
fix: bug with package resolve for xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Aug 11, 2024
1 parent 90053be commit 20955df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
}
},
{
"identity" : "bip39.swift",
"identity" : "bip39%2eswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tesseract-one/Bip39.swift.git",
"location" : "https://github.com/tesseract-one/Bip39%2eswift.git",
"state" : {
"revision" : "bb2b82539d685e1457493b695cdc8e4dcff97c92",
"version" : "0.2.0"
}
},
{
"identity" : "blake2.swift",
"identity" : "blake2%2eswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tesseract-one/Blake2.swift.git",
"location" : "https://github.com/tesseract-one/Blake2%2eswift.git",
"state" : {
"revision" : "29c55c8fe42d6661e5a32cc5bbbad1fff64fd01e",
"version" : "0.2.0"
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ let package = Package(
.package(url: "https://github.com/pebble8888/ed25519swift.git", from: "1.2.7"),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "4.0.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.2"),
.package(url: "https://github.com/tesseract-one/Bip39.swift.git", from: "0.1.1"),
.package(url: "https://github.com/tesseract-one/Blake2.swift.git", from: "0.2.0"),
.package(url: "https://github.com/tesseract-one/Bip39%2eswift.git", from: "0.1.1"),
.package(url: "https://github.com/tesseract-one/Blake2%2eswift.git", from: "0.2.0"),
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0")
],
Expand All @@ -56,8 +56,8 @@ let package = Package(
.product(name: "ed25519swift", package: "ed25519swift"),
.product(name: "SwiftyJSON", package: "swiftyjson"),
.product(name: "CryptoSwift", package: "cryptoswift"),
.product(name: "Bip39", package: "Bip39.swift"),
.product(name: "Blake2", package: "Blake2.swift"),
.product(name: "Bip39", package: "Bip39%2eswift"),
.product(name: "Blake2", package: "Blake2%2eswift"),
"secp256k1"
]
),
Expand Down

0 comments on commit 20955df

Please sign in to comment.