Skip to content

Commit

Permalink
Manually update XCFramework checksum and version
Browse files Browse the repository at this point in the history
Manually update XCFramework checksum and version in Package.swift.

MOB-3500
  • Loading branch information
igorkravchenko committed Aug 19, 2024
1 parent fdccc91 commit 9ee75e8
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 @@ -40,8 +40,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaWidgetsSDKXcf",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/${WIDGETS_SDK_SEMVER}/GliaWidgetsXcf.xcframework.zip",
checksum: "${WIDGETS_SDK_CHECKSUM}"
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.7.1/GliaWidgetsXcf.xcframework.zip",
checksum: "35d06a9915d3298bed7c022fa4d7b3d2fbe66fac434e320a1a558af7d6438f4c"
),
.target(
name: "GliaWidgets",
Expand Down

0 comments on commit 9ee75e8

Please sign in to comment.