mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-12 04:10:36 +01:00
[PR #422] Fix SPM install + Add secure #503
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/422
Author: @matteocrippa
Created: 4/29/2021
Status: 🔄 Open
Base:
develop← Head:feature/spm-fix-secure📝 Commits (10+)
3e68be4Update Package.swift19df321Update Package.swift619f2b7introduce secure storage0d3928cUpdate SQLiteStore.swift6eac860Update SQLiteStore.swifte7314eeadd infoplist to excluded to silent error on spm5370f39Merge branch 'JohnEstropia:develop' into feature/spm-fix-secure02156dbavoid force cast5ab5fd2remove force try!cf636f2rollback📊 Changes
3 files changed (+11 additions, -5 deletions)
View changed files
📝
Package.swift(+2 -2)📝
Sources/From.swift(+2 -1)📝
Sources/SQLiteStore.swift(+7 -2)📄 Description
This PR aims to fix one issue for SPM install:
Also it introduces and extra init param that will force the sqlite file to be encrypted ( I took as reference #145 )
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.