From cbf101506c9e554b42ccff3db1f9fe6340f60e57 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Tue, 3 Oct 2023 18:08:19 +0900 Subject: [PATCH] revert unit test momd for now --- CoreStoreTests/Model.xcdatamodeld/Model.xcdatamodel/contents | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CoreStoreTests/Model.xcdatamodeld/Model.xcdatamodel/contents b/CoreStoreTests/Model.xcdatamodeld/Model.xcdatamodel/contents index cb4980c..558fa4d 100644 --- a/CoreStoreTests/Model.xcdatamodeld/Model.xcdatamodel/contents +++ b/CoreStoreTests/Model.xcdatamodeld/Model.xcdatamodel/contents @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ - + diff --git a/README.md b/README.md index 8304fca..0664521 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Unleashing the real power of Core Data with the elegance and safety of Swift

-* **Swift 5.7:** iOS 13+ / macOS 10.15+ / watchOS 7.4+ / tvOS 13.0+ -* Previously supported Swift versions: [Swift 5.5](https://github.com/JohnEstropia/CoreStore/tree/8.1.0), [Swift 5.4](https://github.com/JohnEstropia/CoreStore/tree/8.0.1), [Swift 5.3](https://github.com/JohnEstropia/CoreStore/tree/7.3.1) +* **Swift 5.9:** iOS 13+ / macOS 10.15+ / watchOS 7.4+ / tvOS 13.0+ +* Previously supported Swift versions: [Swift 5.4](https://github.com/JohnEstropia/CoreStore/tree/8.0.1), [Swift 5.3](https://github.com/JohnEstropia/CoreStore/tree/7.3.1), [Swift 5.7](https://github.com/JohnEstropia/CoreStore/tree/9.1.0) Upgrading from previous CoreStore versions? Check out the [🆕 features](#features) and make sure to read the [Change logs](https://github.com/JohnEstropia/CoreStore/releases).