lib/run_loop/cli/instruments.rb in run_loop-2.1.1.pre2 vs lib/run_loop/cli/instruments.rb in run_loop-2.1.1.pre3

- old
+ new

@@ -102,10 +102,10 @@ begin launch_options = { :args => parse_app_launch_args(options), :udid => detect_device_udid_from_options(options), - :bundle_dir_or_bundle_id => detect_bundle_id_or_bundle_path(options) + :app => detect_bundle_id_or_bundle_path(options) } run_loop = RunLoop.run(launch_options) puts JSON.generate(run_loop) ensure ENV['DEBUG'] = original_value if debug