Skip to content

Commit

Permalink
Add declaration to process the Privacy manifest file (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindufort authored May 2, 2024
1 parent 2e9dd0b commit dac219f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ let package = Package(
dependencies: [
],
targets: [
.target(name: "OAuthenticator", dependencies: [], swiftSettings: settings),
.target(name: "OAuthenticator",
dependencies: [],
resources: [.process("PrivacyInfo.xcprivacy")],
swiftSettings: settings),
.testTarget(name: "OAuthenticatorTests", dependencies: ["OAuthenticator"], swiftSettings: settings),
]
)

0 comments on commit dac219f

Please sign in to comment.