opentok / vonage-client-sdk-video

OpenTok iOS SDK Swift Package Manager
Other
0 stars 3 forks source link

VIDCS-2071: Privacy manifest file #17

Closed IGitGotIt closed 4 months ago

IGitGotIt commented 5 months ago

What is this PR doing?

Added a privacy file setting in resources like

 .target(name: "VonageClientSDKVideo",
                path: "Sources",
                resources: [
                    .process("VonageClientSDKVideo/Resources/selfie_segmentation.tflite"),
                    .copy("VonageClientSDKVideo/Resources/PrivacyInfo.xcprivacy")
                ],

How should this be manually tested?

Pull in the branch in Xcode "Add package" and Archive the project. After that right click on that archive and generate a privacy report and save it as a pdf. The privacy report should have been generated and you should see the prvacy settings in that file

What are the relevant tickets?

VIDCS-2071