Skip to content

Commit

Permalink
Merge pull request #413 from adzerjitchii/fix-privacy-manifest
Browse files Browse the repository at this point in the history
Fix privacy report generation
  • Loading branch information
ashleymills authored Apr 16, 2024
2 parents 7b7018a + 50f8010 commit bf39476
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Sources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,23 @@
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string></string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string></string>
</array>
</dict>
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<array>
<dict/>
</array>
</dict>
</plist>

0 comments on commit bf39476

Please sign in to comment.