Skip to content

Commit

Permalink
Release 0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 11, 2024
1 parent 71e651a commit d56dc0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
],
dependencies: [ ],
targets: [
// .binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/wallet-sdk-rs/releases/download/0.0.23/RustFramework.xcframework.zip", checksum: "986baf799e475c96d8c3c3e08b81a52efebaaea22e00213630df28c49168404f"),
.binaryTarget(name: "RustFramework", path: "./WalletSdkRs/RustFramework.xcframework"),
// .binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/wallet-sdk-rs/releases/download/0.0.24/RustFramework.xcframework.zip", checksum: "f8ca19a431e05bfc4275e47b0074895dc85ac7228e54c7fce8679e037e63be31"),
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/wallet-sdk-rs/releases/download/0.0.24/RustFramework.xcframework.zip", checksum: "f8ca19a431e05bfc4275e47b0074895dc85ac7228e54c7fce8679e037e63be31"),
.target(
name: "SpruceIDWalletSdkRs",
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDWalletSdkRs.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDWalletSdkRs"
spec.version = "0.0.23"
spec.version = "0.0.24"
spec.summary = "Rust-generated Swift Wallet SDK."
spec.description = <<-DESC
Rust layer for the Swift Wallet SDK.
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDWalletSdkRsRustFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDWalletSdkRsRustFramework"
spec.version = "0.0.23"
spec.version = "0.0.24"
spec.summary = "Rust-generated Framework Swift Wallet SDK."
spec.description = <<-DESC
Rust layer framework for the Swift Wallet SDK.
Expand Down

0 comments on commit d56dc0b

Please sign in to comment.