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

- old
+ new

@@ -29,10 +29,10 @@ ##################################################### # @!group Documentation ##################################################### def self.is_supported?(platform) - [:ios, :mac].include? platform + [:ios, :mac].include?(platform) end def self.description 'Creates a zipped dSYM in the project root from the .xcarchive' end