Skip to content

Commit

Permalink
Update Package
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Nov 20, 2023
1 parent f5594ab commit 04e5195
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ let package = Package(
.package(url: "https://github.com/tuist/projectdescription", from: "3.28.0"),
],
targets: [
.executableTarget(
name: "TuistUICLI",
dependencies: [
"TuistUI"
]
),
.executableTarget(name: "TuistUICLI"),
.target(
name: "TuistUI",
dependencies: [
Expand Down

0 comments on commit 04e5195

Please sign in to comment.