matomo-sdk-ios icon indicating copy to clipboard operation
matomo-sdk-ios copied to clipboard

Please suport visionOS

Open GerdC opened this issue 1 year ago • 0 comments

Please suport visionOS.

in file Device.swift, there is a line

#elseif os(iOS) || os(tvOS)

Probably it is sufficient to change it to

#elseif os(iOS) || os(tvOS) || os(visionOS)

To reproduce and test the problem, compile with destination "Apple Vision Pro", not with destination "Apple Vision Pro(designed for iPad)"

GerdC avatar Jan 28 '24 11:01 GerdC