File tree Expand file tree Collapse file tree 4 files changed +7
-13
lines changed
Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1- x.y.z Release notes (yyyy-MM-dd )
1+ 10.48.1 Release notes (2024-03-15 )
22=============================================================
3- ### Enhancements
4- * None.
53
64### Fixed
7- * <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
5+
86* The Realm.framework privacy manifest was missing
97 NSPrivacyAccessedAPICategoryDiskSpace, but we check free disk space before
108 attempting to automatically back up Realm files (since 10.46.0).
119
12- <!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
13-
1410### Compatibility
11+
1512* Realm Studio: 14.0.1 or later.
1613* APIs are backwards compatible with all previous releases in the 10.x.y series.
1714* Carthage release for Swift is built with Xcode 15.3.0.
1815* CocoaPods: 1.10 or later.
1916* Xcode: 14.2-15.3.0.
2017
21- ### Internal
22- * Upgraded realm-core from ? to ?
23-
241810.48.0 Release notes (2024-03-07)
2519=============================================================
2620
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
44import Foundation
55
66let coreVersion = Version ( " 13.26.0 " )
7- let cocoaVersion = Version ( " 10.48.0 " )
7+ let cocoaVersion = Version ( " 10.48.1 " )
88
99let cxxSettings : [ CXXSetting ] = [
1010 . headerSearchPath( " . " ) ,
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >FMWK </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >10.48.0 </string >
20+ <string >10.48.1 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >10.48.0 </string >
24+ <string >10.48.1 </string >
2525 <key >NSHumanReadableCopyright </key >
2626 <string >Copyright © 2014-2021 Realm. All rights reserved. </string >
2727 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1- VERSION=10.48.0
1+ VERSION=10.48.1
22REALM_CORE_VERSION=13.26.0
33STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42
You can’t perform that action at this time.
0 commit comments