Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
안지훈 committed Dec 12, 2022
1 parent 6996958 commit 8fbae03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.product(name: "ShellOut", package: "ShellOut")
]
),
.target(
.executableTarget(
name: "XcodeSnippetCLI",
dependencies: ["XcodeSnippetCLICore"]),
.target(
Expand All @@ -30,6 +30,6 @@ let package = Package(
),
.testTarget(
name: "XcodeSnippetTests",
dependencies: ["XcodeSnippet"]),
dependencies: ["XcodeSnippet", "XcodeSnippetCLICore"]),
]
)

0 comments on commit 8fbae03

Please sign in to comment.