Skip to content

Commit

Permalink
1.2.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Sep 26, 2017
1 parent caf585b commit b46c266
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@

## Master

## 1.2.0

### Added
- `include` now supports a single string as well as a list
- add support setting xcconfig files on a project with `configFiles` [PR#64](https://github.com/yonaskolb/XcodeGen/pull/64)
- add `fileGroups` to project spec for adding groups of files that aren't target source files [PR#64](https://github.com/yonaskolb/XcodeGen/pull/64)
- print errors in red
- better output (more info, emoji, colors)
- add `options.bundleIdPrefix` for autogenerating `PRODUCT_BUNDLE_IDENTIFIER` [PR#67](https://github.com/yonaskolb/XcodeGen/pull/67)
- add `:REPLACE` syntax when merging `include` [PR#68](https://github.com/yonaskolb/XcodeGen/pull/68)
- add `mint` installation support

### Fixed
- fixed install scripts
- fixed homebrew installation
- fixed target xcconfig files not working via `configFiles` [PR#64](https://github.com/yonaskolb/XcodeGen/pull/64)
- look for `INFOPLIST_FILE` setting in project and xcconfig files before adding it automatically. It was just looking in target settings before [PR#64](https://github.com/yonaskolb/XcodeGen/pull/64)
- exit with error on failure

[Commits](https://github.com/yonaskolb/XcodeGen/compare/1.1.0...1.2.0)

## 1.1.0

Expand All @@ -25,7 +33,7 @@

### Fixed
- fixed incorrect default build script shell path
- fixed install scripts
- fixed install scripts

[Commits](https://github.com/yonaskolb/XcodeGen/compare/1.0.0...1.0.1)

Expand All @@ -41,7 +49,7 @@

### Changed
- updated to xcodeproj 0.1.2 [PR#56](https://github.com/yonaskolb/XcodeGen/pull/56)
- **BREAKING**: changed target definitions from list to map [PR#54](https://github.com/yonaskolb/XcodeGen/pull/54) See [Project Spec](docs/ProjectSpec.md)
- **BREAKING**: changed target definitions from list to map [PR#54](https://github.com/yonaskolb/XcodeGen/pull/54) See [Project Spec](docs/ProjectSpec.md)


[Commits](https://github.com/yonaskolb/XcodeGen/compare/0.6.1...1.0.0)
Expand Down

0 comments on commit b46c266

Please sign in to comment.