Skip to content

Commit

Permalink
Update to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Jul 5, 2018
1 parent 4d74986 commit 15b5a29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Master

## 1.10.2

#### Changed
- Set `transitivelyLinkDependencies` to false by default

[Commits](https://github.com/yonaskolb/XcodeGen/compare/1.10.1...1.10.2)

## 1.10.1

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOOL_NAME = XcodeGen
export EXECUTABLE_NAME = xcodegen
VERSION = 1.10.1
VERSION = 1.10.2

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion Sources/XcodeGen/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ProjectSpec
import XcodeGenKit
import xcproj

let version = "1.10.1"
let version = "1.10.2"

func generate(spec: String, project: String, isQuiet: Bool, justVersion: Bool) {
if justVersion {
Expand Down

0 comments on commit 15b5a29

Please sign in to comment.