Skip to content

Commit

Permalink
Add macOS and tvOS platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza committed Dec 9, 2019
1 parent 2209ec2 commit 9d7ff73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import PackageDescription

let package = Package(
name: "GridStack",
platforms: [.iOS(.v13)],
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down

0 comments on commit 9d7ff73

Please sign in to comment.