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

WFMOB-11519: added a version of retrieveAll that uses the objectClass… #20

Closed mrlegowatch closed 8 months ago

mrlegowatch commented 8 months ago

Added a version of retrieveAll that uses the objectClass…, when there are multiple heterogeneous types that have the same sync status. Updated the unit test. Also added a comment in makeMappableObject that can help diagnose crashes, based on a similar comment in jsonDictionary.