lib/xcake/fastlane/xcake.rb in xcake-0.1.7 vs lib/xcake/fastlane/xcake.rb in xcake-0.1.8

- old
+ new

@@ -37,10 +37,10 @@ def self.authors ["@jcampbell_05"] end def self.is_supported?(platform) - [:ios, :mac].include?(platform) + [:ios, :mac, :tvos, :watchos].include?(platform) end end end end