We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d7290 commit 422a327Copy full SHA for 422a327
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# ProgrammaticCoreData
2
3
-ProgrammaticCoreData is a library for iOS and macOS for creating CoreData's `NSManagedObjectModel`s programmatically.
+ProgrammaticCoreData is a declarative library for iOS and macOS for creating CoreData's `NSManagedObjectModel`s programmatically.
4
5
### Why might I want to create my Core Data models programmatically (and with ProgrammaticCoreData):
6
- CoreData models that were created with Xcode's editor are a pain to ship in packages.
@@ -225,4 +225,4 @@ extension Author: SelfDescribingCoreDataEntity {
225
226
## Limitations
227
228
-- Entities can have a maximum of 25 attributes
+- Entities in `ProgrammaticCoreData` can have a maximum of 25 attributes
0 commit comments