Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 22, 2024
1 parent b86808f commit 7ed7cf3
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.1.0/RustFramework.xcframework.zip", checksum: "0c44e4715c1e303ef9ac89090c24d727acef16579e8d8c01778b14c753862309"),
//.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.1.0/RustFramework.xcframework.zip", checksum: "0c44e4715c1e303ef9ac89090c24d727acef16579e8d8c01778b14c753862309"),
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.1.0/RustFramework.xcframework.zip", checksum: "aaf2e4f093fbf5f6e3a54d260ad7a450ab55a5c795feca33bbfa7c83402e0e86"),
//.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.1.0/RustFramework.xcframework.zip", checksum: "aaf2e4f093fbf5f6e3a54d260ad7a450ab55a5c795feca33bbfa7c83402e0e86"),
.target(
name: "SpruceIDMobileSdkRs",
dependencies: [
Expand Down

1 comment on commit 7ed7cf3

@sbihel
Copy link
Member

@sbihel sbihel commented on 7ed7cf3 Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed cocoapod publication was performed manually

Please sign in to comment.