Skip to content

Commit

Permalink
Bump version for tvOS to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
tesum committed Mar 12, 2024
1 parent 362dc73 commit 2be6574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2be6574

Please sign in to comment.