Class: FastlaneCore::SimulatorTV
- 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, disable_slide_to_type, launch, reset, reset_all, reset_all_by_version, uninstall_app
Class Method Details
.all ⇒ Object
365 366 367 |
# File 'fastlane_core/lib/fastlane_core/device_manager.rb', line 365 def all return DeviceManager.simulators('tvOS') end |