Skip to content

Commit

Permalink
Include CheckoutOOBSDK in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko committed Mar 26, 2024
1 parent 09bb555 commit 7c59419
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ let package = Package(
.library(
name: "CheckoutCardManagementStub",
targets: ["CheckoutCardManagementStub"]),
.library(
name: "CheckoutOOBSDK",
targets: ["CheckoutOOBSDK"]),
],
dependencies: [
.package(
Expand Down Expand Up @@ -44,5 +47,8 @@ let package = Package(
.binaryTarget(
name: "CheckoutCardNetworkStub",
path: "SupportFrameworks/CheckoutCardNetworkStub.xcframework"),
.binaryTarget(
name: "CheckoutOOBSDK",
path: "SupportFrameworks/CheckoutOOBSDK.xcframework"),
]
)

0 comments on commit 7c59419

Please sign in to comment.