Class: FastlaneCore::SimulatorWatch

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

Class Method Summary collapse

Methods inherited from Simulator

clear_cache, copy_logs, delete_all, delete_all_by_version, launch, reset, reset_all, reset_all_by_version, uninstall_app

Class Method Details

.allObject



326
327
328
# File 'fastlane_core/lib/fastlane_core/device_manager.rb', line 326

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