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

Validate minimum deployment targets #4

Open
mjarvis opened this issue Nov 12, 2020 · 0 comments
Open

Validate minimum deployment targets #4

mjarvis opened this issue Nov 12, 2020 · 0 comments

Comments

@mjarvis
Copy link
Member

mjarvis commented Nov 12, 2020

Current deployment targets in Package.swift:

        .macOS(.v10_15),
        .iOS(.v13),
        .watchOS(.v7),
        .tvOS(.v14)

We should validate what the minimum targets that can work are. What OS versions have the correct SwiftUI Support?
We then need to ensure we have these also set in the xcodeproj for carthage, and the minimum version settings for CocoaPods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant