.codeclimate.json | |
|
|
.gitattributes | |
|
|
.github/CODEOWNERS | |
|
|
.github/stale.yml | |
|
|
.gitignore | |
|
|
.hound.yml | |
|
|
.jazzy.yml | |
|
|
.swiftformat | |
|
|
.swiftlint.yml | |
|
|
.tailor.yml | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
Package.swift | 91 | A 0 mins |
|
README.md | |
|
|
SECURITY.md | |
|
|
SecurePropertyStorage.xcodeproj/Inject_Info.plist | |
|
|
SecurePropertyStorage.xcodeproj/Keychain_Info.plist | |
|
|
SecurePropertyStorage.xcodeproj/SecurePropertyStorageTests_Info.plist | |
|
|
SecurePropertyStorage.xcodeproj/Singleton_Info.plist | |
|
|
SecurePropertyStorage.xcodeproj/Storage_Info.plist | |
|
|
SecurePropertyStorage.xcodeproj/UserDefault_Info.plist | |
|
|
SecurePropertyStorage.xcodeproj/project.pbxproj | |
|
|
SecurePropertyStorage.xcodeproj/project.xcworkspace/contents.xcworkspacedata | |
|
|
SecurePropertyStorage.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | |
|
|
SecurePropertyStorage.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings | |
|
|
SecurePropertyStorage.xcodeproj/xcshareddata/xcschemes/Inject.xcscheme | |
|
|
SecurePropertyStorage.xcodeproj/xcshareddata/xcschemes/Keychain.xcscheme | |
|
|
SecurePropertyStorage.xcodeproj/xcshareddata/xcschemes/SecurePropertyStorage-Package.xcscheme | |
|
|
SecurePropertyStorage.xcodeproj/xcshareddata/xcschemes/Singleton.xcscheme | |
|
|
SecurePropertyStorage.xcodeproj/xcshareddata/xcschemes/Storage.xcscheme | |
|
|
SecurePropertyStorage.xcodeproj/xcshareddata/xcschemes/UserDefault.xcscheme | |
|
|
Sources/Inject/Inject.swift | 190 | A 0 mins | A 93% |
Sources/Inject/InjectError.swift | 43 | A 0 mins | A 100% |
Sources/Inject/InjectStorage.swift | 17 | A 0 mins | A 100% |
Sources/Keychain/CryptoData.swift | 38 | A 0 mins | F 48% |
Sources/Keychain/Keychain.swift | 59 | A 0 mins | A 100% |
Sources/Keychain/KeychainError.swift | 13 | A 0 mins | A 100% |
Sources/Keychain/KeychainStorage.swift | 134 | A 0 mins | B 86% |
Sources/Singleton/Singleton.swift | 59 | A 0 mins | A 100% |
Sources/Singleton/SingletonStorage.swift | 21 | A 0 mins | A 100% |
Sources/Storage/DataConvertible.swift | 38 | A 0 mins | A 90% |
Sources/Storage/DelegatedStorage.swift | 201 | A 0 mins | A 95% |
Sources/Storage/Storage.swift | 29 | A 0 mins |
|
Sources/Storage/StorageActor.swift | 4 | A 0 mins |
|
Sources/Storage/StorageData.swift | 35 | A 0 mins | B 86% |
Sources/Storage/StorageDelegate.swift | 8 | A 0 mins |
|
Sources/Storage/Store.swift | 66 | A 0 mins | A 100% |
Sources/UserDefault/UserDefault.swift | 59 | A 0 mins | A 100% |
Sources/UserDefault/UserDefaultsStorage.swift | 100 | A 0 mins | A 98% |
gh-pages.sh | |
|
|