Skip to content

Commit

Permalink
SDK-2184 move resources
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Dec 19, 2023
1 parent 21736cd commit 1164cc6
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 @@ -22,16 +22,16 @@ let package = Package(
sources: [
"BranchSDK/"
],
resources: [
.copy("PrivacyInfo.xcprivacy"),
],
publicHeadersPath: "BranchSDK/Public/",
linkerSettings: [
.linkedFramework("CoreServices"),
.linkedFramework("SystemConfiguration"),
.linkedFramework("WebKit", .when(platforms: [.iOS])),
.linkedFramework("CoreSpotlight", .when(platforms: [.iOS])),
.linkedFramework("AdServices", .when(platforms: [.iOS]))
],
resources: [
.copy("PrivacyInfo.xcprivacy"),
]
),
]
Expand Down

0 comments on commit 1164cc6

Please sign in to comment.