apple / swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
https://apple.github.io/swift-crypto
Apache License 2.0
1.47k stars 166 forks source link

Only include privacy manifest on Darwin #257

Closed glbrntt closed 2 months ago

glbrntt commented 2 months ago

Motivation:

The privacy manifest is only required on Darwin. It's currently included on all platforms which results in build warnings.

Modifications:

Result: