lib/xcake/project.rb in xcake-0.1.7 vs lib/xcake/project.rb in xcake-0.1.8
- old
+ new
@@ -72,10 +72,10 @@
end
# Defines a new application target.
#
# @param [Symbol] platform
- # platform for the application, can be either `:ios` or `:osx`.
+ # platform for the application, can be either `:ios`, `:osx`, `:tvos` or `:watchos`.
#
# @param [Float] deployment_target
# the minimum deployment version for the platform.
#
# @param [Symbol] language