Skip to content

Commit 076ad52

Browse files
authored
Fixed: Missing an expected key: 'NSPrivacyCollectedDataTypes' (#1183)
1 parent 0b01e6f commit 076ad52

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ The changelog for **SwifterSwift**. Also see the [releases](https://github.com/S
1414
- **Sequence**
1515
- `sorted(by:)`, `sorted(by:with:)`, `sorted(by:and:)`, `sorted(by:and:and:)`, `sum(for:)`, `first(where:equals:)` now have alternatives that receive functions as parameters. This change maintains compatibility with KeyPath while making the methods more flexible. [#1170](https://github.com/SwifterSwift/SwifterSwift/pull/1170) by [MartonioJunior](https://github.com/MartonioJunior)
1616

17+
### Fixed
18+
- **PrivacyInfo.xcprivacy**
19+
- XCode Generate Privacy Report: `Missing an expected key: 'NSPrivacyCollectedDataTypes'`. [#1182](https://github.com/SwifterSwift/SwifterSwift/issues/1182) by [Phil](https://github.com/cdoky)
20+
1721
## [v6.1.1](https://github.com/SwifterSwift/SwifterSwift/releases/tag/6.1.1)
1822
### Added
1923
- **Cocoapods**

Sources/SwifterSwift/Resources/PrivacyInfo.xcprivacy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSPrivacyCollectedDataTypes</key>
6+
<array/>
57
<key>NSPrivacyAccessedAPITypes</key>
68
<array>
79
<dict>

0 commit comments

Comments
 (0)