Skip to content

Commit

Permalink
Process Privacy manifest instead of copy on SPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandor300 committed May 23, 2024
1 parent 65f18eb commit 6a197d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ let package = Package(
name: "DeviceKit",
dependencies: [],
path: "Source",
resources: [.copy("PrivacyInfo.xcprivacy")]
resources: [.process("PrivacyInfo.xcprivacy")]
),
.testTarget(
name: "DeviceKitTests",
dependencies: ["DeviceKit"],
path: "Tests",
resources: [.copy("PrivacyInfo.xcprivacy")]
resources: [.process("PrivacyInfo.xcprivacy")]
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 6a197d7

Please sign in to comment.