run_loop 2.1.7 → 2.1.8
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 +76 -3
- 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/CLI.json +125 -0
- data/lib/run_loop/device_agent/bin/iOSDeviceManager +0 -0
- data/lib/run_loop/device_agent/client.rb +853 -0
- data/lib/run_loop/device_agent/ios_device_manager.rb +97 -32
- data/lib/run_loop/device_agent/ipa/DeviceAgent-Runner.app.zip +0 -0
- data/lib/run_loop/device_agent/{launcher.rb → launcher_strategy.rb} +8 -8
- data/lib/run_loop/device_agent/{cbxrunner.rb → runner.rb} +15 -25
- data/lib/run_loop/device_agent/xcodebuild.rb +25 -8
- data/lib/run_loop/environment.rb +10 -6
- data/lib/run_loop/http/retriable_client.rb +7 -1
- data/lib/run_loop/simctl.rb +24 -15
- data/lib/run_loop/version.rb +7 -2
- data/lib/run_loop/xcode.rb +2 -2
- data/lib/run_loop.rb +13 -13
- metadata +10 -7
- data/lib/run_loop/device_agent/app/CBX-Runner.app.zip +0 -0
- data/lib/run_loop/device_agent/ipa/CBX-Runner.app.zip +0 -0
- data/lib/run_loop/xcuitest.rb +0 -727
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: run_loop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karl Krukow
|
8
|
+
- Joshua Moody
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
12
|
+
date: 2016-08-27 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: json
|
@@ -297,6 +298,7 @@ dependencies:
|
|
297
298
|
description:
|
298
299
|
email:
|
299
300
|
- karl.krukow@xamarin.com
|
301
|
+
- josmoo@microsoft.com
|
300
302
|
executables:
|
301
303
|
- run-loop
|
302
304
|
extensions: []
|
@@ -325,13 +327,15 @@ files:
|
|
325
327
|
- lib/run_loop/detect_aut/xcode.rb
|
326
328
|
- lib/run_loop/device.rb
|
327
329
|
- lib/run_loop/device_agent/Frameworks.zip
|
328
|
-
- lib/run_loop/device_agent/app/
|
330
|
+
- lib/run_loop/device_agent/app/DeviceAgent-Runner.app.zip
|
331
|
+
- lib/run_loop/device_agent/bin/CLI.json
|
329
332
|
- lib/run_loop/device_agent/bin/iOSDeviceManager
|
330
|
-
- lib/run_loop/device_agent/
|
333
|
+
- lib/run_loop/device_agent/client.rb
|
331
334
|
- lib/run_loop/device_agent/frameworks.rb
|
332
335
|
- lib/run_loop/device_agent/ios_device_manager.rb
|
333
|
-
- lib/run_loop/device_agent/ipa/
|
334
|
-
- lib/run_loop/device_agent/
|
336
|
+
- lib/run_loop/device_agent/ipa/DeviceAgent-Runner.app.zip
|
337
|
+
- lib/run_loop/device_agent/launcher_strategy.rb
|
338
|
+
- lib/run_loop/device_agent/runner.rb
|
335
339
|
- lib/run_loop/device_agent/xcodebuild.rb
|
336
340
|
- lib/run_loop/directory.rb
|
337
341
|
- lib/run_loop/dnssd.rb
|
@@ -368,7 +372,6 @@ files:
|
|
368
372
|
- lib/run_loop/version.rb
|
369
373
|
- lib/run_loop/xcode.rb
|
370
374
|
- lib/run_loop/xcrun.rb
|
371
|
-
- lib/run_loop/xcuitest.rb
|
372
375
|
- plists/simctl/com.apple.UIAutomation.plist
|
373
376
|
- plists/simctl/com.apple.UIAutomationPlugIn.plist
|
374
377
|
- scripts/calabash_script_uia.js
|
Binary file
|
Binary file
|