Skip to content

Commit

Permalink
Update Package.swift with version 0.2.12 and checksum 58e228de8ecb5e4…
Browse files Browse the repository at this point in the history
…248488c0d964dec70fa7d2f0d59315c34f7796e9f6d237370
  • Loading branch information
actions-user committed Jan 14, 2025
1 parent f0a1699 commit b614d39
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.12/SwiftOnboardingComponentsShared.xcframework.zip",
checksum: "58e228de8ecb5e4248488c0d964dec70fa7d2f0d59315c34f7796e9f6d237370"
), // Define the internal target that depends on the binary target.
.target(
name: "Footprint",
dependencies: ["SwiftOnboardingComponentsShared"]
Expand Down

0 comments on commit b614d39

Please sign in to comment.