krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
896 stars 332 forks source link

3.1.5 Needs to incorporate Privacy Manifest in Podspec #203

Closed MichaelWellsSM closed 2 months ago

MichaelWellsSM commented 3 months ago

I see that a new major release has been issued and that it includes the privacy manifest. However, I do not see the equivalent changes being made in the podspec file. For those of use not using SPM this means we are not pulling the manifests. Can the podspec please be updated too, thanks.

krzyzanowskim commented 3 months ago

privacy manifest is included in the zip archive used by the cocoapods. not sure what do you mean that it's not included

MichaelWellsSM commented 3 months ago

@krzyzanowskim

The podspec needs to be updated as so -> https://github.com/Alamofire/Alamofire/blob/master/Alamofire.podspec

See the line -> s.resource_bundles = {'Alamofire' => ['Source/PrivacyInfo.xcprivacy']}

Otherwise, the files are not brought in properly.

krzyzanowskim commented 3 months ago

no. why would it? it’s not shipped with sources abut with vendored framework that already has manifest in it