Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrivacyInfo file missing in 6.6.0 #55

Open
aalimov opened this issue Apr 5, 2024 · 2 comments
Open

PrivacyInfo file missing in 6.6.0 #55

aalimov opened this issue Apr 5, 2024 · 2 comments

Comments

@aalimov
Copy link

aalimov commented Apr 5, 2024

Hello,
I have noticed that the PrivacyInfo.xcprivacy file is present on the repo. I am using Cocoapods to install the ApptentiveKit 6.6.0 pod. I do not see the PrivacyInfo.xcprivacy file in my project Pods > ApptentiveKit directory. Is the file only available when installing via SPM?

Thank you.

@MichaelWellsSM
Copy link

Is this being addressed???

@einsteinx2
Copy link

I'm seeing the same, the issue is that in the Package.swift file, the manifest is being referenced with the wrong path.

This is the current line: .copy("PrivacyInfo.xcprivacy")

But it should be: .copy("Resources/PrivacyInfo.xcprivacy") as it's inside the Resources folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants