fastlane/lib/fastlane/actions/slather.rb in fastlane-2.167.0 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.168.0

- old
+ new

@@ -270,11 +270,11 @@ type: Boolean, default_value: false), FastlaneCore::ConfigItem.new(key: :binary_basename, env_name: "FL_SLATHER_BINARY_BASENAME", description: "Basename of the binary file, this should match the name of your bundle excluding its extension (i.e. YourApp [for YourApp.app bundle])", - is_string: false, - default_value: false), + type: Array, + optional: true), FastlaneCore::ConfigItem.new(key: :binary_file, env_name: "FL_SLATHER_BINARY_FILE", description: "Binary file name to be used for code coverage", type: Array, skip_type_validation: true, # skipping validation for backwards compatibility with Boolean type