Skip to content

Commit

Permalink
Manual package swift fix (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschulman authored Jan 15, 2025
1 parent 4ebb2c3 commit a65d574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ let package = Package(
],
dependencies: [],
targets: [
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.5.3/RustFramework.xcframework.zip", checksum: "cc741473f95de6758854e7ac83667df8484ea219170a20dfafa0478c4af0aa4d"),
.binaryTarget(
name: "RustFramework",
url:
"https://github.com/spruceid/mobile-sdk-rs/releases/download/0.5.1/RustFramework.xcframework.zip",
checksum: "7321cea70f56cb74d2fda8bdd6692c791b43f7eb74d1459e1f60482aa83c5925"),
"https://github.com/spruceid/mobile-sdk-rs/releases/download/0.5.3/RustFramework.xcframework.zip",
checksum: "cc741473f95de6758854e7ac83667df8484ea219170a20dfafa0478c4af0aa4d"),
.target(
name: "SpruceIDMobileSdkRs",
dependencies: [
Expand Down

0 comments on commit a65d574

Please sign in to comment.