Skip to content

Commit

Permalink
update tools version and add tvOS platform (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinP7r authored Jul 17, 2023
1 parent c28170c commit 036b167
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -8,7 +8,8 @@ let package = Package(
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6)
.watchOS(.v6),
.tvOS(.v14)
],
products: [
.executable(name: "ackgen", targets: ["AckGenCLI"]),
Expand All @@ -20,7 +21,7 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
.target(
.executableTarget(
name: "AckGenCLI",
dependencies: ["AckGen"]),
.target(
Expand Down

0 comments on commit 036b167

Please sign in to comment.