mixpanel / mixpanel-iphone

Official iOS (Objective-C) Tracking Library for Mixpanel Analytics
http://mixpanel.com
Apache License 2.0
1.05k stars 567 forks source link

add [NSSet class] to unarchiveFromFile #973

Closed jaredmixpanel closed 2 years ago

jaredmixpanel commented 2 years ago

shownNotifications were archived as an NSSet in the properties file, even though they won't be used, we still need to be able to unarchive them when we migrate from the legacy archive file to 4.0. This PR adds the NSSet class to the list of classes that can be unarchived.

Fixes: https://github.com/mixpanel/mixpanel-iphone/issues/971