Skip to content

Commit

Permalink
Fix incorrect filename (#471)
Browse files Browse the repository at this point in the history
PR #459 added this privacy manifest, but refers to it by the wrong name here.
  • Loading branch information
kohenkatz authored Jul 22, 2024
1 parent 21fda64 commit 2c11788
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 @@ -92,7 +92,7 @@ MANGLE_END */
.product(name: "NIOConcurrencyHelpers", package: "swift-nio"),
.product(name: "NIOTLS", package: "swift-nio"),
],
resources: includePrivacyManifest ? [.copy("ProcessInfo.xcprivacy")] : []
resources: includePrivacyManifest ? [.copy("PrivacyInfo.xcprivacy")] : []
),
.executableTarget(
name: "NIOTLSServer",
Expand Down

0 comments on commit 2c11788

Please sign in to comment.