Skip to content

Commit 22562cb

Browse files
committed
Removed note about the documentation not being published correctly. This appears to be fixed as of Xcode 15(ish).
1 parent 42066f0 commit 22562cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,3 @@ _Note_: you still need to explicitly `import NetworkInterfaceInfo` in order to a
5252
This monitoring functionality is in a separate module so that you don't pay the cost of it if you don't need it.
5353

5454
**Important**: monitoring for network interface changes relies on Apple's `NWPathMonitor` class. Generally that notices changes virtually immediately, but sometimes it is delayed - up to minute(s) later. This might be worked around in a future version of this library, but for now at least be aware of that annoying uncertainty and consider taking steps to work around it (e.g. polling `NetworkInterface.all` instead, if you need a clear latency upper bound).
55-
56-
_Note_: due to a bug or design flaw in Apple's DocC, this second module isn't visible in the HTML version of the documentation. Refer to the source code files directly.

0 commit comments

Comments
 (0)