We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081cd91 commit 272fb49Copy full SHA for 272fb49
1 file changed
Sources/NextcloudKit/NextcloudKit.swift
@@ -31,19 +31,11 @@ open class NextcloudKit {
31
eventMonitors: [NKMonitor(nkCommonInstance: self.nkCommonInstance)])
32
}()
33
34
-#if swift(<6.0)
35
- init() {
36
-#if !os(watchOS)
37
- startNetworkReachabilityObserver()
38
-#endif
39
- }
40
-#else
41
public init() {
42
#if !os(watchOS)
43
startNetworkReachabilityObserver()
44
#endif
45
}
46
47
48
deinit {
49
0 commit comments