mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Scheme-level build entries bypass the pbxproj target-dependency platformFilter, so tvOS archives tried to build the iOS-only ShareExtension and failed with "No profiles for *.ShareExtension". The extension is still built on iOS via the Yattee target's platform-filtered dependency and embed phase, matching how YatteeTopShelf is wired for tvOS.