Hive Hive
Sign in

Skip rewriting project.pbxproj when generation output is unchanged

Metadata
Source
GitHub
Version
4.202.0-rc.2
Published
Jul 03, 2026 · 13:18 UTC
Repository
tuist/tuist
Update

Generating a tuist generate that produces unchanged output now leaves project.pbxproj untouched: its modification time, inode, and contents are preserved, eliminating spurious git diffs and file-watcher wakeups on no-op regenerations. Real structural changes still write the file as before.