Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
52034946af
commit
ad76393652
12
README.md
12
README.md
@ -28,9 +28,10 @@ graph TD
|
|||||||
|
|
||||||
SR -.->|Resolves Defaults| Config
|
SR -.->|Resolves Defaults| Config
|
||||||
|
|
||||||
SR -->|Delegates| KH[KeychainHelper]
|
SR -->|1. Check Migration| SR
|
||||||
SR -->|Delegates| FH[FileStorageHelper]
|
SR -->|2. Get/Set| KH[KeychainHelper]
|
||||||
SR -->|Delegates| UH[UserDefaultsHelper]
|
SR -->|2. Get/Set| FH[FileStorageHelper]
|
||||||
|
SR -->|2. Get/Set| UH[UserDefaultsHelper]
|
||||||
|
|
||||||
KH --- EH[EncryptionHelper]
|
KH --- EH[EncryptionHelper]
|
||||||
FH --- EH
|
FH --- EH
|
||||||
@ -47,6 +48,11 @@ graph TD
|
|||||||
FH --> FS
|
FH --> FS
|
||||||
UH --> UD
|
UH --> UD
|
||||||
SH -->|WatchConnectivity| WatchOS[Apple Watch]
|
SH -->|WatchConnectivity| WatchOS[Apple Watch]
|
||||||
|
|
||||||
|
%% Migration flows
|
||||||
|
UD -.->|Migrate| SR
|
||||||
|
KC -.->|Migrate| SR
|
||||||
|
FS -.->|Migrate| SR
|
||||||
```
|
```
|
||||||
|
|
||||||
## What Ships in the Package
|
## What Ships in the Package
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user