docs/Cakefile.md in xcake-0.1.6 vs docs/Cakefile.md in xcake-0.1.7

- old
+ new

@@ -54,9 +54,27 @@ project.debug_configuration :debug end ``` There are two main ways you can customize a Project, Targets and Configurations. +###Properties + +#### Clas Prefix + +Sets the class prefix for the project + +```ruby +project.class_prefix = "XC" +``` + +#### Organization + +Sets the organization for the project. + +```ruby +project.organization = "Xcake Productions" +``` + ## Targets Targets are the way we make products such as Applications, Extensions, Libraries and Tests. Xcake provides some easy ways to produce these types of targets but also allows you to drop down a level if you need more power.