Skip to content

Commit

Permalink
chore: Run tvOS old & new in CI (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Dec 6, 2023
1 parent ca28bf2 commit 39638f3
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 @@ -6,7 +6,9 @@ let package = Package(
name: "smithy-swift",
platforms: [
.macOS(.v10_15),
.iOS(.v13)
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
.library(name: "ClientRuntime", targets: ["ClientRuntime"]),
Expand Down

0 comments on commit 39638f3

Please sign in to comment.