mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
The post-embed strip script was intermittently failing with "Directory not empty" when rm -rf raced against codesign/Spotlight/Xcode touching the freshly-embedded framework. Atomically rename the framework out of the embed path first, then rm -rf with a short retry loop, so a clean build is no longer needed to recover.