File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 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+
12410.48.0 Release notes (2024-03-07)
225=============================================================
326
Original file line number Diff line number Diff line change 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 />
You can’t perform that action at this time.
0 commit comments