v0.3.1 ====== - Adds Hook system, starting with "after_save" hook for when project is saved. - Adds ability to specify array of files to include or exclude. v0.3.0 ====== - 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 v0.1.9 ====== - Updates documentation for tvOS and Watch OS support. v0.1.8 ====== - Add tvOS and Watch OS support (Thanks to @petester42). v0.1.7 ====== - Adds ability to set Project Class Prefix and Organization. v0.1.6 ====== - Fixed crash with unit tests. - Added documentation for Configuration syntax. v0.1.5 ====== - 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. v0.1.3 ====== - Reverts to an older GemSpec to fix installation issues. - Adds initial Getting Started documentation. v0.1.2 ====== - Adds dependency information for Ruby and RubyGems versions. v0.1.1 ====== - Updated README instructions. - General Tidy up of code. v0.1.0 ====== - Initial Release.