Add tool as build product
This commit is contained in:
parent
6874c53fdc
commit
e9caec86ec
|
@ -5,6 +5,12 @@ import PackageDescription
|
|||
|
||||
let package = Package(
|
||||
name: "xcodeproj-modify",
|
||||
products: [
|
||||
.executable(
|
||||
name: "xcodeproj-modify",
|
||||
targets: ["xcodeproj-modify"]
|
||||
)
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/tuist/xcodeproj.git", from: "6.2.0"),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue