fastlane/lib/fastlane/actions/recreate_schemes.rb in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/recreate_schemes.rb in fastlane-2.75.0.beta.20180109010003

- old
+ new

@@ -27,10 +27,10 @@ def self.authors "jerolimov" end def self.is_supported?(platform) - [:ios, :mac].include? platform + [:ios, :mac].include?(platform) end def self.example_code [ 'recreate_schemes(project: "./path/to/MyApp.xcodeproj")'