Skip to content

Commit

Permalink
Update target url and checksum in Package.swift to version
Browse files Browse the repository at this point in the history
  • Loading branch information
clarityappsdeployer committed Sep 10, 2024
1 parent c2fc6c6 commit f6b96c0
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 @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Clarity",
url: "https://clarityappsresourcesv2.blob.core.windows.net/ios-public/Clarity-2.1.0.xcframework.zip",
checksum: "38d7b6544fa76c1088bb9878dc1987c0d0494915f92d0145f4870914afd59230"
url: "https://clarityappsresourcesv2.blob.core.windows.net/ios-public/",
checksum: ""
),
]
)

0 comments on commit f6b96c0

Please sign in to comment.