Skip to content

Package.swift copy Privacy Manifest Resource file #53

@FONickReichard

Description

@FONickReichard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions