Skip to content

Commit 39529e8

Browse files
Process PrivacyInfo.xcprivacy as resource instead of excluding it (#310)
1 parent fa5bc72 commit 39529e8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let package = Package(
3333
.product(name: "Sovran", package: "sovran-swift"),
3434
.product(name: "JSONSafeEncoder", package: "jsonsafeencoder-swift")
3535
],
36-
exclude: ["PrivacyInfo.xcprivacy"]),
36+
resources: [.process("Resources")]),
3737
.testTarget(
3838
name: "Segment-Tests",
3939
dependencies: ["Segment"]),
File renamed without changes.

0 commit comments

Comments
 (0)