From 3317bf3013a553ab5362929cc97672b061df3662 Mon Sep 17 00:00:00 2001 From: Yonat Sharon Date: Sun, 23 Jun 2024 08:40:11 +0300 Subject: [PATCH] Add ContactsChangeNotifier --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index c1d590a6..b5b8406f 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",