From 82ddd37e3ab4be16704c086ba51c26faeb60fad1 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 13 Jan 2026 23:35:47 -0600 Subject: [PATCH] Docs: update docs for README Summary: - Docs: update docs for README Stats: - 1 file changed, 3 insertions(+) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 982dd7c..fb9286e 100644 --- a/README.md +++ b/README.md @@ -129,5 +129,8 @@ The app owns WCSession activation and handling incoming updates. - iOS 17+ - watchOS 10+ +## Testing +- Unit tests use Swift Testing (`Testing` package) + ## Sample App See `SecureStorgageSample` for working examples of all storage domains and security options.