make executable lowercase

This commit is contained in:
Yonas Kolb 2017-12-27 17:50:30 +08:00
parent 2315dc89b2
commit 681a07272d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
TOOL_NAME = XcodeGen
TOOL_NAME = xcodegen
VERSION = 1.4.0
PREFIX = /usr/local

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "XcodeGen",
products: [
.executable(name: "XcodeGen", targets: ["XcodeGen"]),
.executable(name: "xcodegen", targets: ["XcodeGen"]),
.library(name: "XcodeGenKit", targets: ["XcodeGenKit"]),
.library(name: "ProjectSpec", targets: ["ProjectSpec"]),
],

View File

@ -91,7 +91,7 @@ $ brew install XcodeGen
```
$ git clone https://github.com/yonaskolb/XcodeGen.git
$ cd XcodeGen
$ swift run
$ swift run xcodegen
```
**Use as dependency**