From d1a85821835dd0102f5ac25c52d932ab46126440 Mon Sep 17 00:00:00 2001 From: Yonat Sharon Date: Thu, 27 Jun 2024 13:58:01 +0300 Subject: [PATCH] Add ContactsChangeNotifier (#1839) --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index 0743e4b0..739f890a 100644 --- a/contents.json +++ b/contents.json @@ -2373,6 +2373,12 @@ "homepage": "https://github.com/FabrizioBrancati/BFKit-Swift", "tags": ["linux"] }, + { + "title": "ContactsChangeNotifier", + "category": "kit", + "description": "Which contacts changed outside your app? Better CNContactStoreDidChange notification: Get real changes, without the noise.", + "homepage": "https://github.com/yonat/ContactsChangeNotifier" + }, { "title": "EasySwiftLayout", "category": "auto-layout",