From ad7639365292a21d80461ec48c7cc1da05ec17a9 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 14 Jan 2026 17:47:49 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2714657..92d0442 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,10 @@ graph TD SR -.->|Resolves Defaults| Config - SR -->|Delegates| KH[KeychainHelper] - SR -->|Delegates| FH[FileStorageHelper] - SR -->|Delegates| UH[UserDefaultsHelper] + SR -->|1. Check Migration| SR + SR -->|2. Get/Set| KH[KeychainHelper] + SR -->|2. Get/Set| FH[FileStorageHelper] + SR -->|2. Get/Set| UH[UserDefaultsHelper] KH --- EH[EncryptionHelper] FH --- EH @@ -47,6 +48,11 @@ graph TD FH --> FS UH --> UD SH -->|WatchConnectivity| WatchOS[Apple Watch] + + %% Migration flows + UD -.->|Migrate| SR + KC -.->|Migrate| SR + FS -.->|Migrate| SR ``` ## What Ships in the Package