matomo-sdk-ios
matomo-sdk-ios copied to clipboard
Please suport visionOS
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)"