Skip to content

Commit

Permalink
Add PrivacyInfo.xcprivacy to spm resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Nooba committed Apr 22, 2024
1 parent 0b04347 commit 19a5431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ let package = Package(
.target(
name: "ADUtils",
dependencies: [],
path: "Modules"
path: "Modules",
resources: [.copy("PrivacyInfo.xcprivacy")]
)
]
)

0 comments on commit 19a5431

Please sign in to comment.