Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 538 Bytes

File metadata and controls

13 lines (7 loc) · 538 Bytes

ContactsClient

A DependencyClient that provides an interface to Apple's Contacts API using async functions.

Motivation

Interaction with Contacts using modern swift 6. Contacts is unforgiving (runtime crash if you dont specifically check every field on the item)

Installation

You can add ContactsClient to an Xcode project by adding it as a package dependency.

https://github.com/MultiScott/CNContactStoreWrapper