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

Adopt NSPersistentContainer and NSPersistentStoreDescription #26

Closed mrlegowatch closed 4 months ago

mrlegowatch commented 4 months ago

Adopt NSPersistentContainer as a replacement for PersistentContainer. Similarly, adopt NSPersistentStoreDescription as a replacement for PersistentStoreDescription. The associated test point can be removed, since the new types are system-provided as of iOS 10 or later, and do not suffer the problem that the test point was asserting.

25