mrlegowatch / GarageStorageSwift

A Swift implementation of GarageStorage. Provides a convenient way to store any kind of data in a repository backed by Core Data.
MIT License
8 stars 1 forks source link

Resolved the GarageModel inheritance issue. #17

Closed mrlegowatch closed 3 years ago

mrlegowatch commented 3 years ago

The class was modified to be a builder that produces the NSManagedObjectModel, instead of inheriting from NSManagedObjectModel.