Commit d6e8420
authored
Add platform-specific start scripts to dev.yml (#358)
This PR adds namespaced start commands for all sub-platforms under dev.yml:
- `dev swift start`: Generates project and runs target compilation for booted simulator (or falls back to available iPhone).
<img width="831" height="316" alt="image" src="https://github.com/user-attachments/assets/b87a8160-0cd3-4bd6-bab8-e32642140a97" />
- `dev android start`: Builds and installs CheckoutKitAndroidDemo app on active emulator.
<img width="961" height="285" alt="image" src="https://github.com/user-attachments/assets/902ae3bf-3196-45dd-8daf-cab3053d871b" />
- `dev react-native start`: Launches Metro server with cache reset (backward-compatible).
<img width="974" height="369" alt="image" src="https://github.com/user-attachments/assets/1508634a-7c14-4301-9c1a-2e6702259ebf" />
- `dev web start`: Starts local dev server (backward-compatible).
<img width="1341" height="334" alt="image" src="https://github.com/user-attachments/assets/59e2e44c-6f97-4f39-93d4-a1043a2916e2" />
Also resolves an Xcode target compilation issue where get_device_id would previously select unavailable simulator profiles.1 parent 80f3ec5 commit d6e8420
3 files changed
Lines changed: 43 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
| |||
284 | 288 | | |
285 | 289 | | |
286 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
287 | 308 | | |
288 | 309 | | |
289 | 310 | | |
| |||
474 | 495 | | |
475 | 496 | | |
476 | 497 | | |
477 | | - | |
| 498 | + | |
478 | 499 | | |
479 | | - | |
| 500 | + | |
480 | 501 | | |
481 | 502 | | |
482 | 503 | | |
| |||
603 | 624 | | |
604 | 625 | | |
605 | 626 | | |
606 | | - | |
| 627 | + | |
607 | 628 | | |
608 | 629 | | |
609 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
610 | 635 | | |
611 | 636 | | |
612 | 637 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
| |||
0 commit comments