Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b490851

Browse files
committed
Update to 2.2.0
1 parent fb3f80d commit b490851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TOOL_NAME = XcodeGen
22
export EXECUTABLE_NAME = xcodegen
3-
VERSION = 2.1.0
3+
VERSION = 2.2.0
44

55
PREFIX = /usr/local
66
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)

Sources/XcodeGen/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import Foundation
22
import ProjectSpec
33
import XcodeGenCLI
44

5-
let version = try Version("2.1.0")
5+
let version = try Version("2.2.0")
66
let cli = XcodeGenCLI(version: version)
77
cli.execute()

0 commit comments

Comments
 (0)