Commit a76ac6e
Resolve appPath in getInputFiles so "/Pods/" filter doesn't drop xcodeproj results
When appPath contains a "Pods/.." segment, every find result inherits that
prefix and gets filtered out by the "/Pods/" exclusion. Normalize via
path.resolve before invoking find so the segment is collapsed up front.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5eed812 commit a76ac6e
1 file changed
Lines changed: 8 additions & 3 deletions
File tree
- packages/react-native/scripts/codegen/generate-artifacts-executor
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | | - | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
64 | | - | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
69 | | - | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| |||
0 commit comments