apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
387 stars 139 forks source link

Fix incorrect filename #471

Closed kohenkatz closed 1 month ago

kohenkatz commented 1 month ago

PR #459 added this privacy manifest, but refers to it by the wrong name here.

Motivation:

When building a project that references this library (via Tuist, but I assume it would be true for other build tools too), I get the following warning:

No files found at: /Users/moshe/projects/myproject/Tuist/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/ProcessInfo.xcprivacy

Modifications:

Fixed the filename in Package.swift.

Result:

No more warnings.

glbrntt commented 1 month ago

@swift-server-bot test this please