summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/BundlePostBuild.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Fix POST_BUILD order in bundle targets on Xcode 16+Alexandra Cherdantseva2025-02-251-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