apptentive / apptentive-kit-ios

ApptentiveKit SDK for iOS and iPadOS
https://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

PrivacyInfo file missing in 6.6.0 #55

Open aalimov opened 3 months ago

aalimov commented 3 months ago

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 commented 2 months ago

Is this being addressed???

einsteinx2 commented 2 months ago

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

AntonKurasov commented 1 month ago

Any updates?