Yonat Sharon
Yonat Sharon
Added `snapValues` in version 2.0.0.
Closing, as I don't expect to ever support Cartage now with spm.
Works fine in my own M2... Maybe the problem is somewhere else? Maybe clean + delete derived data?
Love the thought, but I don’t have the bandwidth to implement it now.
Pass `CNContactPhoneNumbersKey` into `additionalContactKeyDescriptors` like so: ```swift let contactsChangeNotifier = try! ContactsChangeNotifier( store: myCNContactStore, fetchRequest: .fetchRequest(additionalContactKeyDescriptors: [CNContactPhoneNumbersKey as CNKeyDescriptor]) ) ```
Sorry, I have been too busy... will take a look on Friday.
Cool! Would you allow me to make changes to this PR? I have some stylistic modifications and I think it would be easier if I just do them.
Thanks, please review the last 3 commits and see if it's okay by you.
If it's a struct then `historyTokenStorage` has to be a `var` and not a `let`, which results in warning: > Stored property 'historyTokenStorage' of 'Sendable'-conforming class 'ContactsChangeNotifier' is mutable; this...
Works fine when I try it. To make sure I can see what you see, please create a minimal project that reproduces this problem, create a github project with its...