TelemetryDeck / SwiftSDK

Swift SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.
https://telemetrydeck.com/
Other
149 stars 30 forks source link

visionOS support: compilation warnings in xcode 14.3.1 #111

Open codeactual opened 1 year ago

codeactual commented 1 year ago

Sources/TelemetryClient/Signal.swift emits two Unknown operating system for build configuration 'os' warnings in xcode 14.3.1 because os(xrOS) isn't recognized.

winsmith commented 12 months ago

Thanks! How annoying are the warnings? I feel like it's better to be prepared for xrOS at the cost of a bit of discomfort, but if it's driving you up the walls I can change my mind :D~