Skip to content

Commit

Permalink
Merge pull request #25 from manuelCarlos/fix/privacy-manifest
Browse files Browse the repository at this point in the history
Fix/privacy manifest
  • Loading branch information
manuelCarlos authored Mar 15, 2024
2 parents 45fcd7f + 92c8bb3 commit f9317ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [2.2.1] - 15 Mar 2024

### Fixed

- Include missing Privacy Nutrition Lable type dictionary in the privacy manifest.

## [2.2.0] - 15 Mar 2024

### Added
Expand Down Expand Up @@ -131,7 +137,8 @@

- Add support for Xcode 10.2 and Swift 5.

[Unreleased]: https://github.com/manuelCarlos/Easing/compare/2.2.0...head
[Unreleased]: https://github.com/manuelCarlos/Easing/compare/2.2.1...head
[2.2.1]: https://github.com/manuelCarlos/Easing/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/manuelCarlos/Easing/compare/2.1.6...2.2.0
[2.1.6]: https://github.com/manuelCarlos/Easing/compare/2.1.5...2.1.6
[2.1.5]: https://github.com/manuelCarlos/Easing/compare/2.1.4...2.1.5
Expand Down
19 changes: 13 additions & 6 deletions Sources/Easing/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,23 @@
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict/>
</array>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict/>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string></string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array/>
</dict>
</array>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>

0 comments on commit f9317ae

Please sign in to comment.