run_loop 2.6.0 → 2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/run_loop/core_simulator.rb +3 -1
- data/lib/run_loop/device_agent/Frameworks.zip +0 -0
- data/lib/run_loop/device_agent/app/DeviceAgent-Runner.app.zip +0 -0
- data/lib/run_loop/device_agent/bin/iOSDeviceManager +0 -0
- data/lib/run_loop/device_agent/ipa/DeviceAgent-Runner.app.zip +0 -0
- data/lib/run_loop/simctl.rb +1 -0
- data/lib/run_loop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f00cee8c90cd8c3049f5a5693e6d5e9abf3cb8f
|
4
|
+
data.tar.gz: 17614a33b8dc5aeaf39c2ed3275b0f098fbe78a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1af2d36da8009c56bdc68d7971ccc190bd560857483129dbb6b3ee7f3501ef61c2be04ecf301dddf78cea622f15540efb90ab72f6c2ae4e818a8196a060e24d
|
7
|
+
data.tar.gz: c4bbc74972a5f6e87e0fb19b32113a9baa7006db74e903597bffa56eebc8c893ceac3496ff35ce750a4b1d91dfa686c333b07e574ced2f8e6af6b1713202b534
|
@@ -400,7 +400,9 @@ class RunLoop::CoreSimulator
|
|
400
400
|
device.simulator_ensure_software_keyboard_will_show
|
401
401
|
|
402
402
|
args = ['open', '-g', '-a', sim_app_path, '--args',
|
403
|
-
'-CurrentDeviceUDID', device.udid,
|
403
|
+
'-CurrentDeviceUDID', device.udid,
|
404
|
+
"-ConnectHardwareKeyboard", "0",
|
405
|
+
"LAUNCHED_BY_RUN_LOOP"]
|
404
406
|
|
405
407
|
RunLoop.log_debug("Launching #{device} with:")
|
406
408
|
RunLoop.log_unix_cmd("xcrun #{args.join(' ')}")
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/run_loop/simctl.rb
CHANGED
data/lib/run_loop/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: run_loop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karl Krukow
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-09-
|
12
|
+
date: 2017-09-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json
|