-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Is your feature request related to a problem? Please describe.
I've recently found myself in a situation where I only had an access to an iPad and needed to upload a build of an app I'd already developed in Xcode. Connectivity's dependency on an obj-c build target (Reachability) made this not possible.
Describe the solution you'd like
It took only a few short edits to remove Reachability entirely from the Connectivity codebase. Edits can be found here: https://github.com/ajpauwels/Connectivity
If I gated these lines of code behind a #if IMPORT_REACHABILITY compile flag, would this be a PR you'd consider including?
Describe alternatives you've considered
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
No labels