Skip to content

Commit

Permalink
Release 10.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Sep 21, 2024
1 parent 2d07f5c commit 863498d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
x.y.z Release notes (yyyy-MM-dd)
10.54.0 Release notes (2024-09-20)
=============================================================

The minimum supported version of Xcode is now 15.3.
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
import Foundation

let coreVersion = Version("14.13.0")
let cocoaVersion = Version("10.53.1")
let cocoaVersion = Version("10.54.0")

#if compiler(>=6)
let swiftVersion = [SwiftVersion.version("6")]
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.53.1</string>
<string>10.54.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.53.1</string>
<string>10.54.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.53.1
VERSION=10.54.0
REALM_CORE_VERSION=v14.13.0
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a

0 comments on commit 863498d

Please sign in to comment.