We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef94926 + 8be3c33 commit 440c300Copy full SHA for 440c300
Sources/AlgoliaSearch-Client/Network.swift
@@ -41,7 +41,7 @@ internal protocol URLSession {
41
// Convince the compiler that NSURLSession does implements our custom protocol.
42
extension Foundation.URLSession: URLSession {}
43
44
-#if os(iOS) && DEBUG
+#if os(iOS) && DEBUG && !targetEnvironment(macCatalyst)
45
46
import CoreTelephony
47
import SystemConfiguration
Sources/AlgoliaSearch-Client/Version.swift
@@ -1,4 +1,4 @@
1
// This is generated file. Don't modify it manually.
2
public struct Version {
3
- public static let current = "7.0.2"
+ public static let current = "7.0.3"
4
}
0 commit comments