File tree 4 files changed +9
-11
lines changed
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 )
2
2
=============================================================
3
+
3
4
### Enhancements
5
+
4
6
* Update release packaging for Xcode 15.4.
5
7
6
8
### Fixed
7
- * <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
9
+
8
10
* `@AutoOpen` and `@AsyncOpen` failed to use the `initialSubscriptions` set in
9
11
the configuration passed to them ([PR #8572](https://github.com/realm/realm-swift/pull/8572), since v10.50.0).
10
12
* `App.baseURL` was always `nil` ([PR #8573](https://github.com/realm/realm-swift/pull/8573), since it was introduced in v10.50.0).
11
13
12
- <!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
13
-
14
14
### Compatibility
15
+
15
16
* Realm Studio: 15.0.0 or later.
16
17
* APIs are backwards compatible with all previous releases in the 10.x.y series.
17
18
* Carthage release for Swift is built with Xcode 15.4.0.
18
19
* CocoaPods: 1.10 or later.
19
20
* Xcode: 15.1.0-15.4.0.
20
21
21
- ### Internal
22
- * Upgraded realm-core from ? to ?
23
-
24
22
10.50.0 Release notes (2024-05-02)
25
23
=============================================================
26
24
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
4
4
import Foundation
5
5
6
6
let coreVersion = Version ( " 14.6.2 " )
7
- let cocoaVersion = Version ( " 10.50.0 " )
7
+ let cocoaVersion = Version ( " 10.50.1 " )
8
8
9
9
let cxxSettings : [ CXXSetting ] = [
10
10
. headerSearchPath( " . " ) ,
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >10.50.0 </string >
20
+ <string >10.50.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >10.50.0 </string >
24
+ <string >10.50.1 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
26
<string >Copyright © 2014-2021 Realm. All rights reserved. </string >
27
27
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
- VERSION=10.50.0
1
+ VERSION=10.50.1
2
2
REALM_CORE_VERSION=v14.6.2
3
3
STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7
You can’t perform that action at this time.
0 commit comments