matomo-sdk-ios
matomo-sdk-ios copied to clipboard
Add support for xrOS
Using Xcode 15 Beta 2 and compiling against xrOS beta 1 Xcode build fails in Device.swift in the functions:
- internal static func screenSizeForCurrentDevice() -> CGSize
- internal static func nativeScreenSizeForCurrentDevice() -> CGSize
It throws the following error: 'UIScreen' is unavailable in xrOS
Hey @marchein, thanks for the report. As for now, there is no xrOS support. This should be fairly simple to fix but it is not on the top of the backlog for now.