Skip to content

Commit

Permalink
Update Package.swift with version 0.2.11 and checksum CHECKSUM_TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 14, 2025
1 parent f0a1699 commit b402942
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ let package = Package(
],
targets: [
// Define the binary target for the shared framework.
.binaryTarget(
name: "SwiftOnboardingComponentsShared",
path: "./Frameworks/SwiftOnboardingComponentsShared.xcframework"
),
// Define the internal target that depends on the binary target.
.binaryTarget(
name: "SwiftOnboardingComponentsShared",
url: "https://github.com/onefootprint/Swift-Onboarding-Components/releases/download/0.2.11/SwiftOnboardingComponentsShared.xcframework.zip",
checksum: "CHECKSUM_TEST"
), // Define the internal target that depends on the binary target.
.target(
name: "Footprint",
dependencies: ["SwiftOnboardingComponentsShared"]
Expand Down

0 comments on commit b402942

Please sign in to comment.