Skip to content

Commit a3abcdf

Browse files
committed
Release 10.54.2
1 parent 5a91508 commit a3abcdf

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

CHANGELOG.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,38 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.54.2 Release notes (2024-12-17)
22
=============================================================
3-
### Enhancements
4-
* Add prebuilt binaries for Xcode 16.2.
53

6-
### Fixed
7-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
8-
* None.
4+
### Enhancements
95

10-
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
6+
* Add prebuilt binaries for Xcode 16.2.
117

128
### Compatibility
9+
1310
* Realm Studio: 15.0.0 or later.
1411
* APIs are backwards compatible with all previous releases in the 10.x.y series.
1512
* Carthage release for Swift is built with Xcode 16.2.0.
1613
* CocoaPods: 1.10 or later.
1714
* Xcode: 15.3.0-16.2.
1815

19-
### Internal
20-
* Upgraded realm-core from ? to ?
21-
2216
10.54.1 Release notes (2024-10-22)
2317
=============================================================
24-
### Enhancements
25-
* None.
2618

2719
### Fixed
20+
2821
* The events library would attempt to upload backup files created as part of
2922
file format upgrades, causing backup copies of those backups to be made,
3023
looping until the maximum file name size was reached
3124
([Core #8040](https://github.com/realm/realm-core/issues/8040), since v10.26.0).
3225

33-
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
34-
3526
### Compatibility
27+
3628
* Realm Studio: 15.0.0 or later.
3729
* APIs are backwards compatible with all previous releases in the 10.x.y series.
3830
* Carthage release for Swift is built with Xcode 15.4.0.
3931
* CocoaPods: 1.10 or later.
4032
* Xcode: 15.3.0-16.1 beta.
4133

4234
### Internal
35+
4336
* Upgraded realm-core from v14.13.0 to 14.13.1
4437

4538
10.54.0 Release notes (2024-09-20)

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
import Foundation
55

66
let coreVersion = Version("14.13.1")
7-
let cocoaVersion = Version("10.54.1")
7+
let cocoaVersion = Version("10.54.2")
88

99
#if compiler(>=6)
1010
let swiftVersion = [SwiftVersion.version("6")]

Realm/Realm-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>10.54.1</string>
20+
<string>10.54.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.54.1</string>
24+
<string>10.54.2</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.54.1
1+
VERSION=10.54.2
22
REALM_CORE_VERSION=v14.13.1
33
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a

0 commit comments

Comments
 (0)