Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
bbace73d97
|
|||
|
e524056dc6
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +0,0 @@
|
|||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
||||||
@@ -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