Skip to content

Commit

Permalink
Merge pull request #95 from tink-ab/MON-1781-fix-Package
Browse files Browse the repository at this point in the history
MON-1781: Update Package.swift
  • Loading branch information
belous authored Jul 1, 2024
2 parents 61ed374 + 11be15a commit 2cf32f9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@ let package = Package(
products: [
.library(
name: "TinkMoneyManagerUI",
targets: ["TinkMoneyManagerUITarget"]
targets: ["TinkMoneyManagerUI"]
),
],
targets: [
.binaryTarget(
name: "TinkMoneyManagerUI",
url: "https://github.com/tink-ab/tink-money-manager-ios/releases/download/2.0.0/TinkMoneyManagerUI.xcframework.zip", checksum: "27e43c47c298cf508a5a5223d64f61b305a9e2be763159c9422214dd61543f97"
),
.target(
name: "TinkMoneyManagerUITarget",
dependencies: [
.target(name: "TinkMoneyManagerUI"),
],
path: "TinkMoneyManagerUITarget"
),
]
)

0 comments on commit 2cf32f9

Please sign in to comment.