File tree
10 files changed
+76
-355
lines changed- lib
- commands
- definitions
- services
- livesync
10 files changed
+76
-355
lines changedLines changed: 17 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 19 | + | |
28 | 20 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 21 | + | |
| 22 | + | |
33 | 23 |
| |
34 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
35 | 29 |
| |
36 | 30 |
| |
37 | 31 |
| |
| |||
66 | 60 |
| |
67 | 61 |
| |
68 | 62 |
| |
| 63 | + | |
69 | 64 |
| |
70 |
| - | |
| 65 | + | |
71 | 66 |
| |
72 | 67 |
| |
73 | 68 |
| |
| |||
78 | 73 |
| |
79 | 74 |
| |
80 | 75 |
| |
81 |
| - | |
| 76 | + | |
82 | 77 |
| |
| 78 | + | |
83 | 79 |
| |
84 |
| - | |
| 80 | + | |
85 | 81 |
| |
86 | 82 |
| |
87 | 83 |
|
- README.md+4-4
- appbuilder/project/project-base.ts+5-1
- commands/doctor.ts+2-2
- declarations.d.ts+5
- definitions/mobile.d.ts+6-3
- mobile/android/android-application-manager.ts+1-1
- mobile/ios/simulator/ios-emulator-services.ts+4
- mobile/ios/simulator/ios-simulator-application-manager.ts+6-2
- mobile/mobile-core/android-process-service.ts+42-10
- mobile/mobile-core/devices-service.ts+2-2
- package.json+1-1
- prompter.ts+39-3
- services/livesync-service-base.ts+7-2
- sys-info-base.ts+11-2
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
193 | 197 |
| |
194 | 198 |
| |
195 | 199 |
| |
|
Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 |
| - | |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 |
| |
| 46 | + | |
| 47 | + | |
42 | 48 |
| |
43 | 49 |
| |
44 | 50 |
| |
|
Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 |
| - | |
| 33 | + | |
32 | 34 |
| |
33 |
| - | |
34 | 35 |
| |
35 |
| - | |
| 36 | + | |
36 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 |
| |
38 | 45 |
| |
39 | 46 |
| |
|
0 commit comments