tgrapperon / swift-dependencies-additions

More dependencies for `swift-dependencies`
MIT License
298 stars 39 forks source link

Add visionOS platform support for NSUbiquitousKeyValueStore #90

Closed andreyz closed 5 months ago

andreyz commented 10 months ago

Simply added os(visionOS) for NSUbiquitousKeyValueStore implementation, as it is available on visionOS.

I can confirm that it is working in the simulator and syncs the data between devices.

tgrapperon commented 5 months ago

Thanks, and sorry for the delay!