File tree 2 files changed +21
-7
lines changed
2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 2.2.1] - 15 Mar 2024
6
+
7
+ ### Fixed
8
+
9
+ - Include missing Privacy Nutrition Lable type dictionary in the privacy manifest.
10
+
5
11
## [ 2.2.0] - 15 Mar 2024
6
12
7
13
### Added
131
137
132
138
- Add support for Xcode 10.2 and Swift 5.
133
139
134
- [ Unreleased ] : https://github.com/manuelCarlos/Easing/compare/2.2.0...head
140
+ [ Unreleased ] : https://github.com/manuelCarlos/Easing/compare/2.2.1...head
141
+ [ 2.2.1 ] : https://github.com/manuelCarlos/Easing/compare/2.2.0...2.2.1
135
142
[ 2.2.0 ] : https://github.com/manuelCarlos/Easing/compare/2.1.6...2.2.0
136
143
[ 2.1.6 ] : https://github.com/manuelCarlos/Easing/compare/2.1.5...2.1.6
137
144
[ 2.1.5 ] : https://github.com/manuelCarlos/Easing/compare/2.1.4...2.1.5
Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >NSPrivacyAccessedAPITypes</key >
6
- <array >
7
- <dict />
8
- </array >
6
+ <array />
9
7
<key >NSPrivacyCollectedDataTypes</key >
10
8
<array >
11
- <dict />
9
+ <dict >
10
+ <key >NSPrivacyCollectedDataType</key >
11
+ <string ></string >
12
+ <key >NSPrivacyCollectedDataTypeLinked</key >
13
+ <false />
14
+ <key >NSPrivacyCollectedDataTypeTracking</key >
15
+ <false />
16
+ <key >NSPrivacyCollectedDataTypePurposes</key >
17
+ <array />
18
+ </dict >
12
19
</array >
13
- <key >NSPrivacyTracking</key >
14
- <false />
15
20
<key >NSPrivacyTrackingDomains</key >
16
21
<array />
22
+ <key >NSPrivacyTracking</key >
23
+ <false />
17
24
</dict >
18
25
</plist >
You can’t perform that action at this time.
0 commit comments