Environment Details:
Version: 6.5.0
Dependency Management: SPM
Relates To: Privacy Manifest (#529) commit: 3daaa10
Hello,
Based on the following path structure: Sources/ApptentiveKit/Resources/PrivacyInfo.xcprivacy
I am wondering if the PrivacyInfo.xcprivacy file needs to be copied in the Package.swift file.
Ex:
targets: [
.target(
name: "ApptentiveKit",
dependencies: [],
exclude: ["Info.plist"],
resources: [.copy("Resources/SwiftPM.txt"), .copy("Resources/Distribution.plist"), .copy("Resources/PrivacyInfo.xcprivacy")]
),
Correct me if I'm wrong, I believe the PrivacyInfo.xcprivacy file should be included in the clients apps' bundle so that the privacy report can be generated after archiving a build.
Any feedback would be great.
Thank you
Environment Details:
Version: 6.5.0
Dependency Management: SPM
Relates To: Privacy Manifest (#529) commit: 3daaa10
Hello,
Based on the following path structure: Sources/ApptentiveKit/Resources/PrivacyInfo.xcprivacy
I am wondering if the PrivacyInfo.xcprivacy file needs to be copied in the Package.swift file.
Ex:
Correct me if I'm wrong, I believe the PrivacyInfo.xcprivacy file should be included in the clients apps' bundle so that the privacy report can be generated after archiving a build.
Any feedback would be great.
Thank you