devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.39k stars 425 forks source link

No longer compiles on visionOS #370

Closed chrisvasselli closed 5 months ago

chrisvasselli commented 8 months ago

Recent versions of the visionOS beta have changed the behavior of #if os(iOS) to no longer return true on visionOS. Previous versions of the visionOS beta returned true to this. With this change, DeviceKit is once again not compiling on visionOS.

MashfiqueA commented 5 months ago

Support for visionOS would be a great enhancement. Eagerly awaiting this update!

gabors commented 5 months ago

@Zandor300 Please add enough support so we can compile on visionOS for now, actual features can come later.