run_loop 2.2.3 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- 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/version.rb +1 -1
- metadata +2 -3
- data/lib/run_loop/device_agent/bin/CLI.json +0 -152
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc7f4e59c1a6af511543741a5fffc03cf6cf1ee8
|
|
4
|
+
data.tar.gz: 7900504361dc7458895971e2ffd633e6d2caa84d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a4eefe49c3d3bd0a731290a278fde6926b3f9fd50df0d24b7197abecec76cf13fd8fd67c9c894852fd65dd4791dc5184f7794f4292f45c312d0519a504ed2e2
|
|
7
|
+
data.tar.gz: 2f3b8b4f47059a1ec5ee867785e5b7f4eb09e3816b0cc3f87eb173ebf6da3665a7472b6fff3093647b7cfb012c4d63f2c9e68d08584b511a7bbd94cb7d6703c9
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.2.
|
|
4
|
+
version: 2.2.4
|
|
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: 2016-12-
|
|
12
|
+
date: 2016-12-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|
|
@@ -334,7 +334,6 @@ files:
|
|
|
334
334
|
- lib/run_loop/device.rb
|
|
335
335
|
- lib/run_loop/device_agent/Frameworks.zip
|
|
336
336
|
- lib/run_loop/device_agent/app/DeviceAgent-Runner.app.zip
|
|
337
|
-
- lib/run_loop/device_agent/bin/CLI.json
|
|
338
337
|
- lib/run_loop/device_agent/bin/iOSDeviceManager
|
|
339
338
|
- lib/run_loop/device_agent/client.rb
|
|
340
339
|
- lib/run_loop/device_agent/frameworks.rb
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"start_test" : {
|
|
3
|
-
"-d" : {
|
|
4
|
-
"longFlag" : "--device-id",
|
|
5
|
-
"optionName" : "device-identifier",
|
|
6
|
-
"info" : "iOS Simulator GUID or 40-digit physical device ID",
|
|
7
|
-
"required" : true
|
|
8
|
-
},
|
|
9
|
-
"-b" : {
|
|
10
|
-
"longFlag" : "--test-runner-bundle-id",
|
|
11
|
-
"optionName" : "test_runner_bundle_id",
|
|
12
|
-
"info" : "BundleID of the Test Runner application (DeviceAgent)",
|
|
13
|
-
"required" : false,
|
|
14
|
-
"default" : "com.apple.test.DeviceAgent-Runner"
|
|
15
|
-
},
|
|
16
|
-
"-s" : {
|
|
17
|
-
"longFlag" : "--session-id",
|
|
18
|
-
"optionName" : "session_id",
|
|
19
|
-
"info" : "Session ID for the XCUITest",
|
|
20
|
-
"required" : false,
|
|
21
|
-
"default" : "AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
|
|
22
|
-
},
|
|
23
|
-
"-k" : {
|
|
24
|
-
"longFlag" : "--keep-alive",
|
|
25
|
-
"optionName" : "true-or-false",
|
|
26
|
-
"info" : "Only set to false for smoke testing/debugging this tool",
|
|
27
|
-
"required" : false,
|
|
28
|
-
"default" : true
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"upload" : {
|
|
32
|
-
"-b" : {
|
|
33
|
-
"longFlag" : "--bundle-identifier",
|
|
34
|
-
"optionName" : "bundle-id",
|
|
35
|
-
"info" : "bundle identifier (e.g. com.my.app)",
|
|
36
|
-
"required" : true
|
|
37
|
-
},
|
|
38
|
-
"-d" : {
|
|
39
|
-
"longFlag" : "--device-id",
|
|
40
|
-
"optionName" : "device-identifier",
|
|
41
|
-
"info" : "iOS Simulator GUID or 40-digit physical device ID",
|
|
42
|
-
"required" : true
|
|
43
|
-
},
|
|
44
|
-
"-f" : {
|
|
45
|
-
"longFlag" : "--filepath",
|
|
46
|
-
"optionName" : "filepath",
|
|
47
|
-
"info" : "absolute path to file to be uploaded",
|
|
48
|
-
"required" : true
|
|
49
|
-
},
|
|
50
|
-
"-o" : {
|
|
51
|
-
"longFlag" : "--overwrite",
|
|
52
|
-
"optionName" : "overwrite",
|
|
53
|
-
"info" : "overwrite file if already in app container",
|
|
54
|
-
"required" : false,
|
|
55
|
-
"default" : false
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"is_installed" : {
|
|
59
|
-
"-b" : {
|
|
60
|
-
"longFlag" : "--bundle-identifier",
|
|
61
|
-
"optionName" : "bundle-id",
|
|
62
|
-
"info" : "bundle identifier (e.g. com.my.app)",
|
|
63
|
-
"required" : true
|
|
64
|
-
},
|
|
65
|
-
"-d" : {
|
|
66
|
-
"longFlag" : "--device-id",
|
|
67
|
-
"optionName" : "device-identifier",
|
|
68
|
-
"info" : "iOS Simulator GUID or 40-digit physical device ID",
|
|
69
|
-
"required" : true
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"install" : {
|
|
73
|
-
"-d" : {
|
|
74
|
-
"longFlag" : "--device-id",
|
|
75
|
-
"optionName" : "device-identifier",
|
|
76
|
-
"info" : "iOS Simulator GUID or 40-digit physical device ID",
|
|
77
|
-
"required" : true
|
|
78
|
-
},
|
|
79
|
-
"-a" : {
|
|
80
|
-
"longFlag" : "--app-bundle",
|
|
81
|
-
"optionName" : "path/to/app-bundle.app",
|
|
82
|
-
"info" : "Path .app bundle (for .ipas, unzip and look inside of 'Payload')",
|
|
83
|
-
"required" : true
|
|
84
|
-
},
|
|
85
|
-
"-c" : {
|
|
86
|
-
"longFlag" : "--codesign-identity",
|
|
87
|
-
"optionName" : "codesign-identity",
|
|
88
|
-
"info" : "Identity used to codesign app bundle [device only]",
|
|
89
|
-
"required" : false,
|
|
90
|
-
"default" : ""
|
|
91
|
-
},
|
|
92
|
-
"-u" : {
|
|
93
|
-
"longFlag" : "--update-app",
|
|
94
|
-
"optionName" : "true-or-false",
|
|
95
|
-
"info" : "When true, will reinstall the app if the device contains an older version than the bundle specified",
|
|
96
|
-
"required" : false,
|
|
97
|
-
"default" : true
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"kill_simulator" : {
|
|
101
|
-
"-d" : {
|
|
102
|
-
"longFlag" : "--device-id",
|
|
103
|
-
"optionName" : "device-identifier",
|
|
104
|
-
"info" : "iOS Simulator GUID",
|
|
105
|
-
"required" : true
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"launch_simulator" : {
|
|
109
|
-
"-d" : {
|
|
110
|
-
"longFlag" : "--device-id",
|
|
111
|
-
"optionName" : "device-identifier",
|
|
112
|
-
"info" : "iOS Simulator GUID",
|
|
113
|
-
"required" : true
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"uninstall" : {
|
|
117
|
-
"-d" : {
|
|
118
|
-
"longFlag" : "--device-id",
|
|
119
|
-
"optionName" : "device-identifier",
|
|
120
|
-
"info" : "iOS Simulator GUID or 40-digit physical device ID",
|
|
121
|
-
"required" : true
|
|
122
|
-
},
|
|
123
|
-
"-b" : {
|
|
124
|
-
"longFlag" : "--bundle-identifier",
|
|
125
|
-
"optionName" : "bundle-id",
|
|
126
|
-
"info" : "bundle identifier (e.g. com.my.app)",
|
|
127
|
-
"required" : true
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
"set_location" : {
|
|
131
|
-
"-d" : {
|
|
132
|
-
"longFlag" : "--device-id",
|
|
133
|
-
"optionName" : "device-identifier",
|
|
134
|
-
"info" : "iOS Simulator GUID or 40-digit physical device ID",
|
|
135
|
-
"required" : true
|
|
136
|
-
},
|
|
137
|
-
"-l" : {
|
|
138
|
-
"longFlag" : "--location",
|
|
139
|
-
"optionName" : "lat,lng",
|
|
140
|
-
"info" : "latitude and longitude separated by a single comma",
|
|
141
|
-
"required" : true
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"stop_simulating_location" : {
|
|
145
|
-
"-d" : {
|
|
146
|
-
"longFlag" : "--device-id",
|
|
147
|
-
"optionName" : "device-identifier",
|
|
148
|
-
"info" : "40-digit physical device ID",
|
|
149
|
-
"required" : true
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|