Method: RunLoop::CoreSimulator#initialize
- Defined in:
- lib/run_loop/core_simulator.rb
#initialize(device, app, options = {}) ⇒ CoreSimulator
Returns a new instance of CoreSimulator.
373 374 375 376 377 378 379 380 |
# File 'lib/run_loop/core_simulator.rb', line 373 def initialize(device, app, ={}) @app = app @device = device @xcode = [:xcode] # stdio.pipe - can cause problems finding the SHA of a simulator rm_instruments_pipe end |