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 Aug 20, 2024
1 parent ca0c74b commit 9815e6c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/)).
Expand All @@ -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
Expand All @@ -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)
=============================================================

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.12.0")
let cocoaVersion = Version("10.52.3")
let cocoaVersion = Version("10.53.0")

let cxxSettings: [CXXSetting] = [
.headerSearchPath("."),
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.52.1</string>
<string>10.53.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.52.1</string>
<string>10.53.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.52.3
VERSION=10.53.0
REALM_CORE_VERSION=v14.12.0
STITCH_VERSION=2f308db6f65333728a101d1fecbb792f9659a5ce

0 comments on commit 9815e6c

Please sign in to comment.