Skip to content

Commit 3c0d3f8

Browse files
committed
Fix path for PrivacyInfo.xcprivacy in test target.
1 parent 3359064 commit 3c0d3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let package = Package(
3939
name: "DeviceKitTests",
4040
dependencies: ["DeviceKit"],
4141
path: "Tests",
42-
resources: [.process("PrivacyInfo.xcprivacy")]
42+
resources: [.process("../Source/PrivacyInfo.xcprivacy")]
4343
)
4444
],
4545
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)