Skip to content

Commit 1bc3920

Browse files
committed
Add stub for localDNSTransport and systemCertificates
1 parent ae5818e commit 1bc3920

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+
nil
429+
}
430+
431+
public func systemCertificates() -> (any LibboxStringIteratorProtocol)? {
432+
nil
433+
}
426434
}

0 commit comments

Comments
 (0)