Skip to content

Commit

Permalink
Update Package and podspec with version 0.2.23 and checksum 294982a6a…
Browse files Browse the repository at this point in the history
…9a26da333d708cc5f40d62fa2e42f0a312096e4ebb1dd4f2594795d
  • Loading branch information
actions-user committed Jan 14, 2025
1 parent e7cb870 commit 6eb7649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FootprintOnboardingComponents.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'FootprintOnboardingComponents'
# Do not change this line as it is automatically updated by the GitHub action
s.version = 'VERSION_PLACEHOLDER'
s.version = '0.2.23'
s.summary = 'A package for Swift onboarding components.'
s.description = <<-DESC
Footprint-powered onboarding flows to your application
Expand Down
11 changes: 5 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ let package = Package(
],
targets: [
// Define the binary target for the shared framework.
.binaryTarget(
name: "SwiftOnboardingComponentsShared",
url: "https://github.com/onefootprint/Swift-Onboarding-Components/releases/download/0.5.0/SwiftOnboardingComponentsShared.xcframework.zip",
checksum: "e1179a6037c43cbc857e9346e2a38e91b8b43499773255ed5f503ad202bd7376"
), // Define the internal target that depends on the binary target.
.target(
.binaryTarget(
name: "SwiftOnboardingComponentsShared",
url: "https://github.com/onefootprint/Swift-Onboarding-Components/releases/download/0.2.23/SwiftOnboardingComponentsShared.xcframework.zip",
checksum: "294982a6a9a26da333d708cc5f40d62fa2e42f0a312096e4ebb1dd4f2594795d"
), .target(
name: "Footprint",
dependencies: ["SwiftOnboardingComponentsShared"]
)
Expand Down

0 comments on commit 6eb7649

Please sign in to comment.