Files
SideStore/Shared
Riley Testut 895d7438c0 Fixes “Core Data error” when error is thrown while parsing Source JSON
‘NSCodingPath’ is an array of non-ObjC values, but because it’s an array the array itself conforms to NSSecureCoding via NSArray bridging.

We now make sure every element in an array or dictionary also conforms to NSSecureCoding to keep it in an error’s userInfo for serialization.
2023-05-29 16:50:17 -05:00
..
2020-12-03 16:24:43 -06:00