1024jp / GzipSwift

Swift package that enables gzip/gunzip Data using zlib
MIT License
544 stars 134 forks source link

Does this library plan to support Privacy manifests? #62

Closed mm-hirosawa closed 7 months ago

mm-hirosawa commented 9 months ago

Hi,

Starting this April, all apps will need to be built with Xcode 15. Along with that, the privacy manifest will need to be compatible as you know. Does the GzipSwift also need to support privacy manifests?

Best,

1024jp commented 7 months ago

GzipSwift does not access to any privacy information. And I suppose, such packages don't need to have privacy manifests.

cf. IS PrivacyManifest.xcprivacy still required for Framework even if no privacy accessed API is used?

mm-hirosawa commented 7 months ago

Great. Thank you in advance.