Skip to content

Commit

Permalink
Fix path for PrivacyInfo.xcprivacy in test target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandor300 committed May 30, 2024
1 parent 3359064 commit 3c0d3f8
Showing 1 changed file 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 @@ -39,7 +39,7 @@ let package = Package(
name: "DeviceKitTests",
dependencies: ["DeviceKit"],
path: "Tests",
resources: [.process("PrivacyInfo.xcprivacy")]
resources: [.process("../Source/PrivacyInfo.xcprivacy")]
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 3c0d3f8

Please sign in to comment.