Remove `platforms` stanza from `Template.swift`

This commit is contained in:
Max Desiatov 2020-07-21 21:52:06 +01:00 committed by GitHub
parent 6125c131da
commit 947ecb1322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ extension Template {
import PackageDescription
let package = Package(
name: "\(project.name)",
platforms: [.macOS(.v10_15)],
products: [
.executable(name: "\(project.name)", targets: ["\(project.name)"])
],