File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1- x.y.z Release notes (yyyy-MM-dd )
1+ 10.46.0 Release notes (2024-01-23 )
22=============================================================
3+
34### Enhancements
5+
46* Add a privacy manifest to both frameworks.
57* Internal C++ symbols are no longer exported from Realm.framework when
68 installing via CocoaPods, which reduces the size of the binary by ~5%,
@@ -14,6 +16,7 @@ x.y.z Release notes (yyyy-MM-dd)
1416 a flexible sync realm.
1517
1618### Fixed
19+
1720* `@Persisted`'s Encodable implementation did not allow the encoder to
1821 customize the encoding of values, which broke things like JSONEncoder's
1922 `dateEncodingStrategy` ([#8425](https://github.com/realm/realm-swift/issues/8425)).
@@ -28,13 +31,15 @@ x.y.z Release notes (yyyy-MM-dd)
2831 synchronized Realms and the field was previously not read.
2932
3033### Compatibility
34+
3135* Realm Studio: 14.0.1 or later.
3236* APIs are backwards compatible with all previous releases in the 10.x.y series.
3337* Carthage release for Swift is built with Xcode 15.2.0.
3438* CocoaPods: 1.10 or later.
3539* Xcode: 14.2-15.2.0.
3640
3741### Internal
42+
3843* Upgraded realm-core from 13.25.1 to 13.26.0
3944
404510.45.3 Release notes (2024-01-08)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
44import Foundation
55
66let coreVersion = Version ( " 13.26.0 " )
7- let cocoaVersion = Version ( " 10.45.3 " )
7+ let cocoaVersion = Version ( " 10.46.0 " )
88
99let cxxSettings : [ CXXSetting ] = [
1010 . headerSearchPath( " . " ) ,
Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ typedef void(^RLMFlexibleSyncInitialSubscriptionsBlock)(RLMSyncSubscriptionSet *
7979// / setting one of the two properties will automatically nil out the other.
8080@property (nonatomic , copy , nullable ) NSURL *fileURL;
8181
82- // / A string used to identify a particular in-memory Realm. Mutually exclusive with `fileURL`,
83- // / `seedFilePath`.
84- // / setting an in-memory identifier will automatically nil out the other two.
82+ // / A string used to identify a particular in-memory Realm. Mutually exclusive
83+ // / with `fileURL` and `seedFilePath`.
84+ // / Setting an in-memory identifier will automatically nil out the other two.
8585@property (nonatomic , copy , nullable ) NSString *inMemoryIdentifier;
8686
8787// / A 64-byte key to use to encrypt the data, or `nil` if encryption is not enabled.
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.45.3 </string >
20+ <string >10.46.0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >10.45.3 </string >
24+ <string >10.46.0 </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.45.3
1+ VERSION=10.46.0
22REALM_CORE_VERSION=13.26.0
33STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42
You can’t perform that action at this time.
0 commit comments