docs/Cakefile.md in xcake-0.1.8 vs docs/Cakefile.md in xcake-0.1.9
- old
+ new
@@ -144,10 +144,10 @@
target.type = :application
```
#### Platform
-Sets the platform of the target. Can be `:ios` or `:osx`
+Sets the platform of the target. Can be `:ios`, `:osx`, `:tvos` or `:watchos`
```ruby
target.platform = :ios
```