Remove old command from Package.swift
This commit is contained in:
parent
b0900c10cd
commit
11a40305dd
@ -15,7 +15,7 @@ let package = Package(
|
|||||||
// Targets can depend on other targets in this package, and on products in packages this package depends on.
|
// Targets can depend on other targets in this package, and on products in packages this package depends on.
|
||||||
.target(
|
.target(
|
||||||
name: "ResgenSwift",
|
name: "ResgenSwift",
|
||||||
dependencies: ["FontToolCore", "ColorToolCore", "TwineToolCore", "StringToolCore", "Strings"]
|
dependencies: ["FontToolCore", "ColorToolCore", "Strings"]
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "FontToolCore",
|
name: "FontToolCore",
|
||||||
@ -31,20 +31,6 @@ let package = Package(
|
|||||||
.product(name: "ArgumentParser", package: "swift-argument-parser")
|
.product(name: "ArgumentParser", package: "swift-argument-parser")
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
.target(
|
|
||||||
name: "TwineToolCore",
|
|
||||||
dependencies: [
|
|
||||||
"CLIToolCore",
|
|
||||||
.product(name: "ArgumentParser", package: "swift-argument-parser")
|
|
||||||
]
|
|
||||||
),
|
|
||||||
.target(
|
|
||||||
name: "StringToolCore",
|
|
||||||
dependencies: [
|
|
||||||
"CLIToolCore",
|
|
||||||
.product(name: "ArgumentParser", package: "swift-argument-parser")
|
|
||||||
]
|
|
||||||
),
|
|
||||||
.target(
|
.target(
|
||||||
name: "Strings",
|
name: "Strings",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user