Closed lakshmankreditbee closed 9 months ago
Thanks for the issue. We are tracking this internally and will address it a little later this year.
Hey @thomasvl, is this still planned for this year?
We're working on this internally, not sure it will make the end of the year.
I think I see a path for making this work with CocoaPods (so it gets picked up as a resource correctly for Xcode), but I can't find anything in Apple's docs about how to do this properly with SwiftPM. If anyone has pointers for how to do this correctly for Xcode+SwiftPM integration, it would be much appreciated.
Thanks for the update @thomasvl. I also don't know how to do this for SwiftPM, but if it helps you confirm things for CocoaPods, I was working on enabling the same thing in another library earlier. I believe you'd just need to add the following in the .podspec
(under the appropriate subspec of course):
sp.resource_bundle = {'Framework name' => ['Path/to/PrivacyInfo.xcprivacy']}
I didn't get the chance to test it yet, but it's based off this.
Thanks, yup, that's basically what I was looking at for CocoaPods.
@thomasvl Does this maybe help for SPM? https://github.com/airbnb/lottie-ios/pull/2252/files#diff-f913940c58e8744a2af1c68b909bb6383e49007e6c5a12fb03104a9006ae677eR22
@thomasvl Does this maybe help for SPM? https://github.com/airbnb/lottie-ios/pull/2252/files#diff-f913940c58e8744a2af1c68b909bb6383e49007e6c5a12fb03104a9006ae677eR22
Thanks, looks like it might.
Hi, when can we expect an update regarding this issue?
Working on it, but no specific ETA, some things with Google being worked through.
From Apple's newly published document "Describing use of required reason API":
Will gtm-session-fetcher sdk be either removing the use of these APIs or providing a privacy manifest file for the iOS SDK? Or perhaps are you in contact with Apple about this issue?