Class: FastlaneCore::SimulatorWatch
- Defined in:
- lib/fastlane_core/simulator.rb
Class Method Summary collapse
Methods inherited from Simulator
all, clear_cache, reset, reset_all
Class Method Details
.requested_os_type ⇒ Object
139 140 141 |
# File 'lib/fastlane_core/simulator.rb', line 139 def requested_os_type 'watchOS' end |