Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support linking with lower version OS #5

Merged
merged 1 commit into from
Nov 8, 2021
Merged

Commits on Nov 5, 2021

  1. Support linking with lower version OS

    Swift PM does not have a good way to conditionally include a package. That
    means that apps targeting a lower OS version cannot import AltKit. As a
    workaround, we lower the linking version while inserting availability
    checks into AltKit.
    
    Since NWConnection requires iOS 12, we will return an error when trying to
    connect with iOS 11.
    osy committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    71ec1d5 View commit details
    Browse the repository at this point in the history