Skip to content

Support for Swift Playground #94

@ajpauwels

Description

@ajpauwels

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions