Does EncryptedCoreData support changing the Entity Attribute Type and thus can it successfully do custom migrations in iOS?
I have installed pod EncryptedCoreData for a swift iOS project and I am able to encrypt the sqldatabase file. I can also do light weight migrations such as adding an attribute to the existing Entity and Adding an Entity etc. But I am not able to change the attribute type of an Entity.