mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Add ProjectSpec product
This commit is contained in:
@@ -7,6 +7,7 @@ let package = Package(
|
||||
products: [
|
||||
.executable(name: "XcodeGen", targets: ["XcodeGen"]),
|
||||
.library(name: "XcodeGenKit", targets: ["XcodeGenKit"]),
|
||||
.library(name: "ProjectSpec", targets: ["ProjectSpec"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/kylef/PathKit.git", from: "0.8.0"),
|
||||
|
||||
Reference in New Issue
Block a user