File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- x.y.z Release notes (yyyy-MM-dd )
1+ 20.0.4 Release notes (2026-02-22 )
22=============================================================
33
44* Update build scripts for Xcode 26.
55* Drop support for Xcode < 26.
66* Prebuilt binaries are no longer code signed as Realm is no longer officially
77 distributed by MongoDB.
8+ * Fix compilation with Xcode 26.4.
89
910### Compatibility
1011
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
44import Foundation
55
66let coreVersion = Version ( " 20.1.4 " )
7- let cocoaVersion = Version ( " 20.0.3 " )
7+ let cocoaVersion = Version ( " 20.0.4 " )
88
99#if compiler(>=6)
1010let swiftVersion = [ SwiftVersion . version ( " 6 " ) ]
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >FMWK </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >20.0.3 </string >
20+ <string >20.0.4 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >20.0.3 </string >
24+ <string >20.0.4 </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=20.0.3
1+ VERSION=20.0.4
22REALM_CORE_VERSION=v20.1.4
You can’t perform that action at this time.
0 commit comments