Class: FastlaneCore::SimulatorWatch

Inherits:
Simulator
  • Object
show all
Defined in:
lib/fastlane_core/device_manager.rb

Class Method Summary collapse

Methods inherited from Simulator

clear_cache, launch, reset, reset_all, reset_all_by_version

Class Method Details

.allObject



226
227
228
# File 'lib/fastlane_core/device_manager.rb', line 226

def all
  return DeviceManager.simulators('watchOS')
end