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

Stop using symlinks for PrivacyInfo #475

Closed Lukasa closed 1 month ago

Lukasa commented 1 month ago

Motivation:

Per @jakepetroules, swift-build copies symlinks as-is into resource bundles. That means these symlinks are dead when built with swift-build. There's sort of no point in that.

Modifications:

Remove symlinks, replace with files.

Result:

Privacy info works.