We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9ee6f commit 63327ddCopy full SHA for 63327dd
Sources/PowerSync/Kotlin/sync/UserAgent.swift
@@ -20,7 +20,7 @@ func userAgent() async -> String {
20
21
// Returns the OS version string for the current platform
22
@MainActor func getOSVersion() async -> String {
23
-#if os(iOS) || os(tvOS)
+#if os(iOS)
24
// UIDevice must be accessed on the main actor
25
return UIDevice.current.systemVersion
26
#else
0 commit comments