Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 12, 2024
1 parent dea4ee6 commit 1dce9c6
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 @@ -18,8 +18,8 @@ let package = Package(
],
dependencies: [ ],
targets: [
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.3.0/RustFramework.xcframework.zip", checksum: "d2f3ed0ab90d64f684baf8b33595f205e741953fe1a034548282099470fa764b"),
// .binaryTarget(name: "RustFramework", path: "./MobileSdkRs/RustFramework.xcframework"),
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.4.0/RustFramework.xcframework.zip", checksum: "935d2a16a05be2d9f7c5c5d1af0703030fa9b778e3df728ca6bb92fe1129d140"),
// .binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.4.0/RustFramework.xcframework.zip", checksum: "935d2a16a05be2d9f7c5c5d1af0703030fa9b778e3df728ca6bb92fe1129d140"),
.target(
name: "SpruceIDMobileSdkRs",
dependencies: [
Expand Down

0 comments on commit 1dce9c6

Please sign in to comment.