Skip to content

Commit

Permalink
Add platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
theolampert committed Oct 27, 2024
1 parent 8843046 commit e69f5cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ import PackageDescription

let package = Package(
name: "Quilt",
platforms: [.macOS(.v12)],
platforms: [
.iOS(.v15),
.macOS(.v12),
.tvOS(.v13),
.watchOS(.v7),
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand Down

0 comments on commit e69f5cc

Please sign in to comment.