mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-24 08:34:58 +01:00
Deprecation of legacy ValueContainer and RelationshipContainer properties in favor of @Field propertyWrapper counterpart
This commit is contained in:
@@ -92,12 +92,3 @@ public protocol RelationshipKeyPathStringConvertible: KeyPathStringConvertible {
|
||||
*/
|
||||
public protocol ToManyRelationshipKeyPathStringConvertible: RelationshipKeyPathStringConvertible where ReturnValueType: Sequence {}
|
||||
|
||||
|
||||
// MARK: - Deprecated
|
||||
|
||||
@available(*, deprecated, renamed: "AnyKeyPathStringConvertible")
|
||||
public typealias AnyDynamicKeyPath = AnyKeyPathStringConvertible
|
||||
|
||||
@available(*, deprecated, renamed: "KeyPathStringConvertible")
|
||||
public typealias DynamicKeyPath = KeyPathStringConvertible
|
||||
|
||||
|
||||
Reference in New Issue
Block a user