CHANGELOG.md in xcake-0.4.3 vs CHANGELOG.md in xcake-0.4.4
- old
+ new
@@ -1,8 +1,13 @@
+v0.4.4
+======
+- Correctly registers `.xcdatamodeld` build phase generator.
+
v0.4.3
======
-- Correctly adds `.xcdatamodeld` files to a project.
+- Correctly containing `.xcdatamodeld` files to a project, rather than the
+ internal `.xcdatamodel`.
v0.4.2
======
- Correctly adds `.xcdatamodel` files to a project.
@@ -25,13 +30,15 @@
- Simplified Watch OS target syntax.
- Fixes issue with `--version` not working for all installations.
v0.2.0
======
-- Now adds `--version` flag to command line, to allow you to find out Xcake's version.
-- Brings naming of default build configurations closer to Xcode's, so that it works with existing build scripts.
-- Adds support for Watch OS 2 Applications
+- Now adds `--version` flag to command line, to allow you to find out Xcake's
+ version.
+- Brings naming of default build configurations closer to Xcode's, so that it
+ works with existing build scripts.
+- Adds support for Watch OS 2 Applications.
v0.1.9
======
- Updates documentation for tvOS and Watch OS support.
@@ -53,11 +60,11 @@
- Added documentation for Target syntax.
v0.1.4
======
- Removes references to "build_configurations" to just "configuration".
-to make syntax shorter and to reflect the fact it's an abstraction and not directly
-a Xcode build configuration.
+ to make syntax shorter and to reflect the fact it's an abstraction
+ and not directly a Xcode build configuration.
v0.1.3
======
- Reverts to an older GemSpec to fix installation issues.
- Adds initial Getting Started documentation.