Skip to content

Commit

Permalink
ZEUS-4346 Privacy Manifest Info
Browse files Browse the repository at this point in the history
Place resources section after dependencies (thanks to @artem-y-pamediagroup )
  • Loading branch information
Stefano Russello committed Jun 10, 2024
1 parent 6868d42 commit 77b1a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ let package = Package(
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "PlaybackSDK",
resources: [
.process("PrivacyInfo.xcprivacy")],
dependencies: [
.product(name: "BitmovinPlayer", package: "BitmovinPlayer"),
]
],
resources: [
.process("PrivacyInfo.xcprivacy")]
),
.testTarget(
name: "PlaybackSDKTests",
Expand Down

0 comments on commit 77b1a7b

Please sign in to comment.