Skip to content

Commit

Permalink
Process PrivacyInfo.xcprivacy as resource instead of excluding it (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann authored Mar 22, 2024
1 parent fa5bc72 commit 39529e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
.product(name: "Sovran", package: "sovran-swift"),
.product(name: "JSONSafeEncoder", package: "jsonsafeencoder-swift")
],
exclude: ["PrivacyInfo.xcprivacy"]),
resources: [.process("Resources")]),
.testTarget(
name: "Segment-Tests",
dependencies: ["Segment"]),
Expand Down
File renamed without changes.

0 comments on commit 39529e8

Please sign in to comment.