Skip to content

Commit 54eebd2

Browse files
committed
Release 10.54.5
1 parent 1aa5a5f commit 54eebd2

File tree

6 files changed

+12
-18
lines changed

6 files changed

+12
-18
lines changed

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
docs:
12-
runs-on: macos-14
12+
runs-on: macos-15
1313
name: Test docs
1414
steps:
1515
- uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
1919
- run: sudo xcode-select -switch /Applications/Xcode_16.4.app
2020
- run: bundle exec sh build.sh verify-docs
2121
swiftlint:
22-
runs-on: macos-14
22+
runs-on: macos-15
2323
name: Check swiftlint
2424
steps:
2525
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.54.5 Release notes (2025-06-15)
22
=============================================================
3+
34
### Enhancements
5+
46
* Add Xcode 16.4 binaries.
57
* Add support for building with Xcode 26 beta 1.
68

7-
### Fixed
8-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
9-
* None.
10-
11-
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
12-
139
### Compatibility
10+
1411
* Realm Studio: 15.0.0 or later.
1512
* APIs are backwards compatible with all previous releases in the 10.x.y series.
1613
* Carthage release for Swift is built with Xcode 16.4.0.
1714
* CocoaPods: 1.10 or later.
1815
* Xcode: 15.3.0-26 beta 1.
1916

20-
### Internal
21-
* Upgraded realm-core from ? to ?
22-
2317
10.54.4 Release notes (2025-04-09)
2418
=============================================================
2519

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
import Foundation
55

66
let coreVersion = Version("14.14.0")
7-
let cocoaVersion = Version("10.54.4")
7+
let cocoaVersion = Version("10.54.5")
88

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

Realm/Realm-Info.plist

Lines changed: 2 additions & 2 deletions
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.4</string>
20+
<string>10.54.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.54.4</string>
24+
<string>10.54.5</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.54.4
1+
VERSION=10.54.5
22
REALM_CORE_VERSION=v14.14.0
33
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a

scripts/pr-ci-matrix.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def minimum_version(major)
5858
5959
jobs:
6060
docs:
61-
runs-on: macos-14
61+
runs-on: macos-15
6262
name: Test docs
6363
steps:
6464
- uses: actions/checkout@v4
@@ -68,7 +68,7 @@ def minimum_version(major)
6868
- run: sudo xcode-select -switch /Applications/Xcode_#{DOC_VERSION}.app
6969
- run: bundle exec sh build.sh verify-docs
7070
swiftlint:
71-
runs-on: macos-14
71+
runs-on: macos-15
7272
name: Check swiftlint
7373
steps:
7474
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)