fastlane/lib/fastlane/actions/reset_simulator_contents.rb in fastlane-2.186.0 vs fastlane/lib/fastlane/actions/reset_simulator_contents.rb in fastlane-2.187.0

- old
+ new

@@ -42,17 +42,15 @@ FastlaneCore::ConfigItem.new(key: :ios, deprecated: "Use `:os_versions` instead", short_option: "-i", env_name: "FASTLANE_RESET_SIMULATOR_VERSIONS", description: "Which OS versions of Simulators you want to reset content and settings, this does not remove/recreate the simulators", - is_string: false, optional: true, type: Array), FastlaneCore::ConfigItem.new(key: :os_versions, short_option: "-v", env_name: "FASTLANE_RESET_SIMULATOR_OS_VERSIONS", description: "Which OS versions of Simulators you want to reset content and settings, this does not remove/recreate the simulators", - is_string: false, optional: true, type: Array) ] end