File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- x.y.z Release notes (yyyy-MM-dd )
1
+ 10.54.0 Release notes (2024-09-20 )
2
2
=============================================================
3
3
4
4
The minimum supported version of Xcode is now 15.3.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
4
4
import Foundation
5
5
6
6
let coreVersion = Version ( " 14.13.0 " )
7
- let cocoaVersion = Version ( " 10.53.1 " )
7
+ let cocoaVersion = Version ( " 10.54.0 " )
8
8
9
9
#if compiler(>=6)
10
10
let swiftVersion = [ SwiftVersion . version ( " 6 " ) ]
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >10.53.1 </string >
20
+ <string >10.54.0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >10.53.1 </string >
24
+ <string >10.54.0 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
26
<string >Copyright © 2014-2021 Realm. All rights reserved. </string >
27
27
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
- VERSION=10.53.1
1
+ VERSION=10.54.0
2
2
REALM_CORE_VERSION=v14.13.0
3
3
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a
You can’t perform that action at this time.
0 commit comments