0.3.0 changelog

This commit is contained in:
Yonas Kolb
2017-08-04 10:17:08 +02:00
parent 5f999a2ab1
commit d208ab2a8f
+21 -2
View File
@@ -1,6 +1,23 @@
# Change Log
## 0.2.0
## 0.3.0 - Extensions and Scheme Tests
### Added
- Support for app extension dependencies, using the same `target: MyExtension` syntax #19
- Added test targets to generated target schemes via `Target.scheme.testTargets` #21
### Changed
- Updated xcodeproj to 0.0.9
### Fixed
- Fixed watch and messages apps not copying carthage dependencies
### Breaking changes
- Changed `Target.generatedSchemes` to `Target.scheme.configVariants`
[Commits](https://github.com/yonaskolb/XcodeGen/compare/0.2...0.3.0)
## 0.2.0 - Build scripts
### Added
- Added Target build scripts with `Target.prebuildScripts` and `Target.postbuildScripts` #17
@@ -8,7 +25,9 @@
- Add validation for incorrect `Target.configFiles`
### Fixed
- fixed some project objects sometimes having duplicate ids
- Fixed some project objects sometimes having duplicate ids
[Commits](https://github.com/yonaskolb/XcodeGen/compare/0.1...0.2)
## 0.1.0
First official release