CHANGELOG.md in xcake-0.6.19 vs CHANGELOG.md in xcake-0.6.20

- old
+ new

@@ -1,5 +1,16 @@ +v0.6.20 +======= +- When adding a file to a group, Xcode will now open the correct folder. +- Adds support for adding third-party frameworks. +- Fixes `all_configurations` not returning all configurations when using implicit configurations. +- Names of the implicit configurations match the default configurations for Xcode projects. +- Fixes out of date documentation. +- Fixes typos and out of date API used in `xcake init` template. +- Removes dependency on `Molinillo` for internal dependency resolution. +- Fixes issues with adding XCConfig. + v0.6.19 ======= - Uses the reccomended code signing settings from Apple. v0.6.18 @@ -29,10 +40,10 @@ ======= - Updates Xcodeproj dependency. v0.6.12 ======= -- Fixes issues when resolving project if sensible default configurations. +- Fixes issues when resolving project with implicit configurations. v0.6.11 ======= - Fixes issues with system frameworks with inherited configurations.