Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
476 stars 70 forks source link

Removes encryption from the FRC cache if default config is using it #70

Closed bigfish24 closed 8 years ago

bigfish24 commented 8 years ago

This fixes the issue where the FRC cache will use encryption if the default config is setup for it.

However, I am not sure this is the right solution, since if the default config is to encrypt, the FRC cache should be too.