Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Nov 2, 2023
1 parent 64c0633 commit 9d2af8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ let package = Package(
]),
.testTarget(
name: "SegmentConsentOneTrust-Tests",
dependencies: ["SegmentConsentOneTrust"],
dependencies: [
"SegmentConsentOneTrust",
.product(name: "OTPublishersHeadlessSDK", package: "OTPublishersHeadlessSDK", condition: .when(platforms: [.iOS])),
.product(name: "OTPublishersHeadlessSDKtvOS", package: "OTPublishersHeadlessSDKtvOS", condition: .when(platforms: [.tvOS])),
],
resources: [
.process("Resources")
]),
Expand Down

0 comments on commit 9d2af8a

Please sign in to comment.