Method: FastlaneCore::DeviceManager.all

Defined in:
fastlane_core/lib/fastlane_core/device_manager.rb

.all(requested_os_type = "") ⇒ Object



10
11
12
# File 'fastlane_core/lib/fastlane_core/device_manager.rb', line 10

def all(requested_os_type = "")
  return connected_devices(requested_os_type) + simulators(requested_os_type)
end