Skip to content

Commit 78c9127

Browse files
authored
Add NSPrivacyAccessedAPICategoryDiskSpace to the privacy manifest (#8511)
I thought this was only called in tests, but it turns out to also be used in the backup code.
1 parent 7090f21 commit 78c9127

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
x.y.z Release notes (yyyy-MM-dd)
2+
=============================================================
3+
### Enhancements
4+
* None.
5+
6+
### Fixed
7+
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
8+
* The Realm.framework privacy manifest was missing
9+
NSPrivacyAccessedAPICategoryDiskSpace, but we check free disk space before
10+
attempting to automatically back up Realm files (since 10.46.0).
11+
12+
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
13+
14+
### Compatibility
15+
* Realm Studio: 14.0.1 or later.
16+
* APIs are backwards compatible with all previous releases in the 10.x.y series.
17+
* Carthage release for Swift is built with Xcode 15.3.0.
18+
* CocoaPods: 1.10 or later.
19+
* Xcode: 14.2-15.3.0.
20+
21+
### Internal
22+
* Upgraded realm-core from ? to ?
23+
124
10.48.0 Release notes (2024-03-07)
225
=============================================================
326

Realm/PrivacyInfo.xcprivacy

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
<key>NSPrivacyAccessedAPIType</key>
1717
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
1818
</dict>
19+
<dict>
20+
<key>NSPrivacyAccessedAPITypeReasons</key>
21+
<array>
22+
<string>E174.1</string>
23+
</array>
24+
<key>NSPrivacyAccessedAPIType</key>
25+
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
26+
</dict>
1927
</array>
2028
<key>NSPrivacyTracking</key>
2129
<false/>

0 commit comments

Comments
 (0)