Skip to content

Commit

Permalink
Merge mobile-sdk-rs 0.3.0 release (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <[email protected]>
Co-authored-by: Ryan Tate <[email protected]>
Co-authored-by: Juliano Cezar Chagas Tavares <[email protected]>
Co-authored-by: Juliano Cézar Chagas Tavares <[email protected]>
Co-authored-by: Ross Schulman <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
6 people authored Nov 5, 2024
1 parent 65db410 commit 5fc0170
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/mobile-sdk-rs/releases/download/0.2.2/RustFramework.xcframework.zip", checksum: "d7cef134c075e4198c52561224f990360fa7a29529b7158d3726704a81dfef19"),
//.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.2.2/RustFramework.xcframework.zip", checksum: "d7cef134c075e4198c52561224f990360fa7a29529b7158d3726704a81dfef19"),
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.3.0/RustFramework.xcframework.zip", checksum: "d2f3ed0ab90d64f684baf8b33595f205e741953fe1a034548282099470fa764b"),
//.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.3.0/RustFramework.xcframework.zip", checksum: "d2f3ed0ab90d64f684baf8b33595f205e741953fe1a034548282099470fa764b"),
.target(
name: "SpruceIDMobileSdkRs",
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDMobileSdkRs.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDMobileSdkRs"
spec.version = "0.2.2"
spec.version = "0.3.0"
spec.summary = "Rust-generated Swift Mobile SDK."
spec.description = <<-DESC
Rust layer for the Swift Mobile SDK.
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDMobileSdkRsRustFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDMobileSdkRsRustFramework"
spec.version = "0.2.2"
spec.version = "0.3.0"
spec.summary = "Rust-generated Framework Swift Mobile SDK."
spec.description = <<-DESC
Rust layer framework for the Swift Mobile SDK.
Expand Down

0 comments on commit 5fc0170

Please sign in to comment.