2 Commits
0.1.0 ... 0.2.1

Author SHA1 Message Date
bbace73d97 feat: Updates platforms in package.swift
All checks were successful
CI / Run tests. (push) Successful in 1m21s
2024-12-18 09:07:14 -05:00
e524056dc6 feat: Removes git-lfs
All checks were successful
CI / Run tests. (push) Successful in 47s
2024-12-09 09:52:56 -05:00
2 changed files with 1 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -1 +0,0 @@
*.png filter=lfs diff=lfs merge=lfs -text

View File

@@ -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"])