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

Fix issue with unsafe flags when using SwiftPM #662

Merged
merged 1 commit into from
Mar 7, 2023

Commits on Mar 7, 2023

  1. Fix issue with unsafe flags when using SwiftPM

    In #615, -weak_framework SwiftUI was added as an unsafe compiler flag
    to the Swift package and Xcode project. This fixed an issue where you
    could not use Parchment on platforms that did not support SwiftUI. It
    turned out that this causes another issue where users cannot install
    Parchment using SwiftPM (reproducible by creating a new Xcode project
    with the SwiftUI template).
    
    Removing this will probably bring back the other issue, but most
    people have started updating to iOS versions that support SwiftUI
    now. People still using older iOS version would have to target version
    3.2.0, but that is probably fine as the majority of new features are
    likely to be SwiftUI improvements anyway.
    Martin Rechsteiner committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a4310fb View commit details
    Browse the repository at this point in the history