Skip to content

Commit 24efd1f

Browse files
committed
Add stub for localDNSTransport and systemCertificates
1 parent 6fd1969 commit 24efd1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Library/Network/ExtensionPlatformInterface.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,12 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
423423
}
424424
#endif
425425
}
426+
427+
public func localDNSTransport() -> (any LibboxLocalDNSTransportProtocol)? {
428+
return nil
429+
}
430+
431+
public func systemCertificates() -> (any LibboxStringIteratorProtocol)? {
432+
return nil
433+
}
426434
}

0 commit comments

Comments
 (0)