Commit aeeda67
Fix INFOPLIST_FILE paths in ios/RIBs.xcodeproj after the move
Moving the Carthage project under ios/ (#55) rehomed the group paths but left
the RIBs and RIBsTests INFOPLIST_FILE build settings pointing at
`RIBs/Info.plist` / `RIBsTests/Info.plist`, which now resolve to non-existent
`ios/RIBs/...` paths and break `carthage build` (exit 65, missing build input
file). CI did not catch it because only Carthage builds this project — SPM uses
Package.swift and the Example build uses its own project. Point them one level
up (`../RIBs/Info.plist`, `../RIBsTests/Info.plist`).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01J9mruKG6RSYg6SfPaq6MPG1 parent d29015a commit aeeda67
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
| 649 | + | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
667 | | - | |
| 667 | + | |
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
| |||
0 commit comments