Summary: - Sources: update Models, Protocols, Services - Tests: update tests for EncryptionHelperTests.swift, LocalDataTests.swift - Docs: update docs for README - Config: update Package Stats: - 8 files changed, 210 insertions(+), 64 deletions(-)
4 lines
82 B
Swift
4 lines
82 B
Swift
public extension StorageKey {
|
|
var security: SecurityPolicy { .recommended }
|
|
}
|