You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been looking into integrating this library into my project, with the purpose of using it across iOS and watchOS. Xcode won't build the watchOS target due to the Reachability dependency, which uses SystemConfiguration as stated in #379 (no matter if I use anything related to reachability or not, just including it in my watchOS target fails to compile)
Would you be interested in a PR replacing the use of Reachability for NWPathMonitor from the Network framework which is available on all platforms (although the targets are higher: iOS 12+, macOS 10.14+, watchOS 5.0+, etc)?
I saw one article from Hacking with Swift and the usage looks pretty straight forward, and it also makes available the isExpensive flag for connections
The text was updated successfully, but these errors were encountered:
Hi, I've been looking into integrating this library into my project, with the purpose of using it across iOS and watchOS. Xcode won't build the watchOS target due to the Reachability dependency, which uses
SystemConfiguration
as stated in #379 (no matter if I use anything related to reachability or not, just including it in my watchOS target fails to compile)Would you be interested in a PR replacing the use of Reachability for NWPathMonitor from the Network framework which is available on all platforms (although the targets are higher: iOS 12+, macOS 10.14+, watchOS 5.0+, etc)?
I saw one article from Hacking with Swift and the usage looks pretty straight forward, and it also makes available the
isExpensive
flag for connectionsThe text was updated successfully, but these errors were encountered: