File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 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-
242210.50.0 Release notes (2024-05-02)
2523=============================================================
2624
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
44import Foundation
55
66let coreVersion = Version ( " 14.6.2 " )
7- let cocoaVersion = Version ( " 10.50.0 " )
7+ let cocoaVersion = Version ( " 10.50.1 " )
88
99let cxxSettings : [ CXXSetting ] = [
1010 . headerSearchPath( " . " ) ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- VERSION=10.50.0
1+ VERSION=10.50.1
22REALM_CORE_VERSION=v14.6.2
33STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7
You can’t perform that action at this time.
0 commit comments