Hive Hive
Sign in

Cached frameworks no longer embed external resource bundles

Metadata
Source
GitHub
Version
4.201.0-rc.5
Published
Jun 30, 2026 · 18:14 UTC
Repository
tuist/tuist
Update

Internal source frameworks produced during tuist cache warm no longer have transitive external SPM resource bundles copied into their Copy Bundle Resources phase. The external resource bundle target is kept in the graph so the app-like consumer is still responsible for embedding it, which avoids bloat from duplicated bundles in framework products and downstream app bundles. App-like source targets continue to receive the bundle dependency as before.