CHANGELOG.md in xcake-0.6.14 vs CHANGELOG.md in xcake-0.6.16
- old
+ new
@@ -1,12 +1,21 @@
+v0.6.16
+=======
+- Fixes issue where Xcodeproj created release configurations which used the
+developer code signing certificate rather than the distribution certificate.
+
+v0.6.15
+=======
+- Support Xcodeproj 1.0's new Plist module.
+
v0.6.14
=======
-- Updates `claide` dependency.
+- Updates Claide dependency.
v0.6.13
=======
-- Updates `xcodeproj` dependency.
+- Updates Xcodeproj dependency.
v0.6.12
=======
- Fixes issues when resolving project if sensible default configurations.
@@ -14,11 +23,11 @@
=======
- Fixes issues with system frameworks with inherited configurations.
v0.6.10
=======
-- Fixes race-condition where configurations weren't setup correctly.
+- Fixes race-condition where configurations weren't setup.
v0.6.9
======
- Fixes project configurations not inherited by targets.
@@ -117,11 +126,11 @@
======
- Error message for missing `Cakefile` is more understandable.
v0.4.0
======
-- Adds ability to easily specify preprocessor definitions.
+- Adds ability to specify preprocessor definitions.
- Adds shortcuts for specifying product bundle identifier.
v0.3.1
======
- Adds Hook system, starting with "after_save" hook for when project is saved.
@@ -161,10 +170,10 @@
======
- Added documentation for Target syntax.
v0.1.4
======
-- Removes references to "build_configurations" to just "configuration".
+- Removes references to "build_configurations" to "configuration".
to make syntax shorter and to reflect the fact it's an abstraction
and not directly a Xcode build configuration.
v0.1.3
======