Skip to content

Commit 6e07723

Browse files
committed
Release 10.50.1
1 parent 83f6804 commit 6e07723

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

CHANGELOG.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.50.1 Release notes (2024-05-21)
22
=============================================================
3+
34
### Enhancements
5+
46
* Update release packaging for Xcode 15.4.
57

68
### Fixed
7-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
9+
810
* `@AutoOpen` and `@AsyncOpen` failed to use the `initialSubscriptions` set in
911
the configuration passed to them ([PR #8572](https://github.com/realm/realm-swift/pull/8572), since v10.50.0).
1012
* `App.baseURL` was always `nil` ([PR #8573](https://github.com/realm/realm-swift/pull/8573), since it was introduced in v10.50.0).
1113

12-
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
13-
1414
### Compatibility
15+
1516
* Realm Studio: 15.0.0 or later.
1617
* APIs are backwards compatible with all previous releases in the 10.x.y series.
1718
* Carthage release for Swift is built with Xcode 15.4.0.
1819
* CocoaPods: 1.10 or later.
1920
* Xcode: 15.1.0-15.4.0.
2021

21-
### Internal
22-
* Upgraded realm-core from ? to ?
23-
2422
10.50.0 Release notes (2024-05-02)
2523
=============================================================
2624

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.6.2")
7-
let cocoaVersion = Version("10.50.0")
7+
let cocoaVersion = Version("10.50.1")
88

99
let cxxSettings: [CXXSetting] = [
1010
.headerSearchPath("."),

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.50.0</string>
20+
<string>10.50.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.50.0</string>
24+
<string>10.50.1</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.50.0
1+
VERSION=10.50.1
22
REALM_CORE_VERSION=v14.6.2
33
STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7

0 commit comments

Comments
 (0)