From 2be6574cd19419bd84ebe278011d9eff366a152c Mon Sep 17 00:00:00 2001 From: Arseny Date: Tue, 12 Mar 2024 20:50:45 +0300 Subject: [PATCH] Bump version for tvOS to 13 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 201a295..85503da 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import CompilerPluginSupport let package = Package( name: "MockableMacros", - platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v12), .watchOS(.v6), .visionOS(.v1)], + platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library(