Skip to content

Commit

Permalink
Update Swift package for release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2024
1 parent f38ffe6 commit 4f1a4e2
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 @@ -17,7 +17,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/krzyzanowskim/CryptoSwift", from: "1.8.3")
.package(url: "https://github.com/pacu/frost-uniffi-sdk/releases/download/0.0.7/RustFramework.xcframework.zip", from: "1.8.3")
],
targets: [
.target(
Expand All @@ -26,7 +26,7 @@ let package = Package(
.target(name: "FrostSwiftFFI")
], path: "FrostSwift/Sources/FrostSwift"
),
.binaryTarget(name: "RustFramework", url: "https://github.com/pacu/frost-uniffi-sdk/releases/download/0.0.6/RustFramework.xcframework.zip", checksum: "b84677041219487bca551d563ff2993164454e6d70fd74076ed1f6309a7c9d85"),
.binaryTarget(name: "RustFramework", url: "https://github.com/pacu/frost-uniffi-sdk/releases/download/0.0.7/RustFramework.xcframework.zip", checksum: "4a9d0051a83e5c363dea06107972b82c6c72a28e464a5f4e70d3edbcb419d228"),
.target(
name: "FrostSwiftFFI",
dependencies: [
Expand Down

0 comments on commit 4f1a4e2

Please sign in to comment.