What exactly does Xcode do with project snapshots after the Xcode project is moved or renamed. I have noticed they completely disapear…Where should I look?
Defintely not in ~/Library/Application Support/Developer/Shared/SnapshotRepository.sparseimage
~/Library/Application Support/Developer/Shared/SnapshotRepository.sparseimageis a disk image. You have to mount it and look in there.Snapshots are stored based on a hash of the project name; change the project name and you lose the snapshot history. If you take a snapshot of the new project, and can find the old snapshot on the disk image, you can probably move the old snapshot into the new one’s directory.