From 9815e6c29d43cb5314add5dff8705c5476ab556c Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 20 Aug 2024 11:33:26 -0700 Subject: [PATCH] Release 10.53.0 --- CHANGELOG.md | 9 +++++---- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3a47480d..0856849aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -x.y.z Release notes (yyyy-MM-dd) +10.53.0 Release notes (2024-08-20) ============================================================= + ### Enhancements + * Code sign our published xcframeworks. By Apple's requirements, we should sign our release binaries so Xcode can validate it was signed by the same developer on every new version. ([Apple](https://developer.apple.com/support/third-party-SDK-requirements/)). @@ -12,6 +14,7 @@ x.y.z Release notes (yyyy-MM-dd) ([#8008](https://github.com/realm/realm-swift/issues/8008)). ### Fixed + * `-[RLMAsymmetricObject createObject:withValue:]` was marked as having a non-null return value despite always returning `nil` (since v10.29.0). * Eliminate several clang static analyzer warnings which did not report actual @@ -20,15 +23,13 @@ x.y.z Release notes (yyyy-MM-dd) which took exactly one argument, which had to be an array ([#8669](https://github.com/realm/realm-swift/issues/8669), since 10.16.0). ### Compatibility + * Realm Studio: 15.0.0 or later. * APIs are backwards compatible with all previous releases in the 10.x.y series. * Carthage release for Swift is built with Xcode 15.4.0. * CocoaPods: 1.10 or later. * Xcode: 15.1.0-16 beta 5. -### Internal -* Upgraded realm-core from ? to ? - 10.52.3 Release notes (2024-08-09) ============================================================= diff --git a/Package.swift b/Package.swift index 5226363d42..afd63c78e9 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersion = Version("14.12.0") -let cocoaVersion = Version("10.52.3") +let cocoaVersion = Version("10.53.0") let cxxSettings: [CXXSetting] = [ .headerSearchPath("."), diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 435536d9cc..b90511dcc5 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.52.1 + 10.53.0 CFBundleSignature ???? CFBundleVersion - 10.52.1 + 10.53.0 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 21d8077472..5953bf6689 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.52.3 +VERSION=10.53.0 REALM_CORE_VERSION=v14.12.0 STITCH_VERSION=2f308db6f65333728a101d1fecbb792f9659a5ce