| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Xcode: Fix POST_BUILD order in bundle targets on Xcode 16+ | Alexandra Cherdantseva | 2025-02-25 | 1 | -0/+15 |
| XCode 16+ no longer delays our POST_BUILD phase until after bundle files like `Info.plist` are generated. Teach the Xcode generator to add explicit dependencies to the POST_BUILD phase in bundle targets to ensure the files are created before it runs. Fixes: #26656 | |||||
