Skip to content

Commit

Permalink
Update 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 ea0120f commit c95a210
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ let package = Package(
products: [
.library(
name: "CheckoutCardManagement",
targets: ["CheckoutCardManagement", "CheckoutCardManagementStub"]),
targets: ["CheckoutCardManagement"]),
.library(
name: "CheckoutCardManagementStub",
targets: ["CheckoutCardManagementStub"]),
.library(
name: "CheckoutOOBSDK",
targets: ["CheckoutOOBSDK"]),
Expand Down

0 comments on commit c95a210

Please sign in to comment.