CoreStore
CoreStore copied to clipboard
Fix SPM install + Add secure
This PR aims to fix one issue for SPM install:
- fix warning for Info.plist as unhandled resource
- remove the Combine extension because raise error and make the lib not working at all
Also it introduces and extra init param that will force the sqlite file to be encrypted ( I took as reference #145 )