feat: Updates platforms in package.swift
All checks were successful
CI / Run tests. (push) Successful in 1m21s
All checks were successful
CI / Run tests. (push) Successful in 1m21s
This commit is contained in:
@@ -4,6 +4,7 @@ import PackageDescription
|
|||||||
|
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "swift-cli-doc",
|
name: "swift-cli-doc",
|
||||||
|
platforms: [.macOS(.v10_15)],
|
||||||
products: [
|
products: [
|
||||||
.library(name: "CliDocCore", targets: ["CliDocCore"]),
|
.library(name: "CliDocCore", targets: ["CliDocCore"]),
|
||||||
.library(name: "CliDoc", targets: ["CliDoc"])
|
.library(name: "CliDoc", targets: ["CliDoc"])
|
||||||
|
|||||||
Reference in New Issue
Block a user