Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ce22e1b

Browse files
authored
Update Package.swift
tvos 16
1 parent a96246b commit ce22e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let excludesFromAll = ["tests", "cmake", "CONTRIBUTING.md",
77
var packageTargets: [Target] = []
88

99
var package = Package(name: "aws-crt-swift",
10-
platforms: [.iOS(.v13), .macOS(.v10_15), .tvOS(.v15), .watchOS(.v6)],
10+
platforms: [.iOS(.v13), .macOS(.v10_15), .tvOS(.v16), .watchOS(.v6)],
1111
products: [
1212
.library(name: "AwsCommonRuntimeKit", targets: ["AwsCommonRuntimeKit"]),
1313
.executable(name: "Elasticurl", targets: ["Elasticurl"])

0 commit comments

Comments
 (0)