kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.08k stars 383 forks source link

Mac Catalyst Support #175

Closed Offek closed 4 years ago

Offek commented 4 years ago

Hi All, Is it possible to get this library to work on Mac using Mac Catalyst? 'SecAddSharedWebCredential' is unavailable on macCatalyst.

Thanks!

jlippold commented 4 years ago

Just co-signing on this one. I noticed the swift version was already patched for catalyst, and im hoping for an objc update 🙏

Heotsan commented 4 years ago

Bumping for updates, thanks!

Tionit commented 4 years ago

I would've needed that too. 🙏🏼

kishikawakatsumi commented 4 years ago

OK