project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Custom Migration - Encrypted Core Data - iOS #307

Open kganeshnayak opened 6 years ago

kganeshnayak commented 6 years ago

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.