Skip to content

Commit

Permalink
Declared supported for tvOS, macOS and watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbutler committed Aug 23, 2020
1 parent 7668448 commit 6a8b855
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import PackageDescription
let package = Package(
name: "Hyperconnectivity",
platforms: [
.iOS("13.0")
.iOS(.v13),
.tvOS(.v13),
.macOS(.v10_15),
.watchOS(.v6)
],
products: [
.library(
Expand Down

0 comments on commit 6a8b855

Please sign in to comment.