Skip to content

Commit

Permalink
Merge pull request #21 from thearusable/main
Browse files Browse the repository at this point in the history
Add support for tvOS and watchOS
  • Loading branch information
Iikeli authored Jan 9, 2023
2 parents 7ec4b28 + 055b5d2 commit 8ff20d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ let package = Package(
name: "Nifty Markdown Formatter",
platforms: [
.iOS(.v14),
.macOS(.v11)
.macOS(.v11),
.tvOS(.v15),
.watchOS(.v8)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit 8ff20d2

Please sign in to comment.