From 9ff48c843d34476450ed7e7d41fad26166b94aa2 Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Sun, 3 Jun 2018 19:16:13 +1000 Subject: [PATCH] update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fad20e..a4f81367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ ## Master +## 1.10.0 + +#### Added +- Added build rule support [306](https://github.com/yonaskolb/XcodeGen/pull/306) @yonaskolb +- Added support for frameworks in sources [308](https://github.com/yonaskolb/XcodeGen/pull/308) @keith + +#### Changed +- Upgraded to Swift 4.1 +- Improved Carthage dependency lookup performance with many targets [298](https://github.com/yonaskolb/XcodeGen/pull/298) @keith + +#### Fixed +- Fixed PBXBuildFile and PBXFileReference being incorrectly generated for Legacy targets [296](https://github.com/yonaskolb/XcodeGen/pull/296) @sascha +- Fixed required sources build phase not being generated if there are no sources [307](https://github.com/yonaskolb/XcodeGen/pull/307) @yonaskolb +- Fixed install script in binary release [303](https://github.com/yonaskolb/XcodeGen/pull/303) @alvarhansen +- Removed `ENABLE_TESTABILITY` from framework setting presets [299](https://github.com/yonaskolb/XcodeGen/pull/299) @allu22 +- Fixed homebrew installation [297](https://github.com/yonaskolb/XcodeGen/pull/297) @vhbit + +[Commits](https://github.com/yonaskolb/XcodeGen/compare/1.9.0...1.10.0) + ## 1.9.0 #### Added