Add tool as build product

This commit is contained in:
Simon Kågedal Reimer 2019-02-11 09:26:04 +01:00
parent 6874c53fdc
commit e9caec86ec
1 changed files with 6 additions and 0 deletions

View File

@ -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"),
],