project-imas / encrypted-core-data

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

Default DB Storage location #344

Open Bhide opened 1 year ago

Bhide commented 1 year ago

The documentation states that the default location where the DB is stored is the Application Support Directory. However, the DB is actually stored in the Documents directory. It it a bug? Is there a way to specify the storage location?