Skip to content

Validate minimum deployment targets #4

Open
@mjarvis

Description

@mjarvis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions