XCode 3 到 XCode 4 快照迁移

发布于 2024-10-20 22:53:42 字数 219 浏览 1 评论 0原文

嘿想问是否有人已经尝试更新新发布的 XCode 4。
我的问题是我使用 XCode 3(.2.5) 制作的所有快照在 Xcode 4 中不再可用。
我只需复制 .sparseimage 但 XCode 4 使用一种新方法来保存快照(每个快照都是单独的)。

颜色主题迁移也是如此,但快照功能更重要。

//编辑:完全忘记提及,甚至我所有的档案都丢失了。

Hey wanted to ask if someone already tried to update the newly released XCode 4.
My problem is that all snapshots I made with XCode 3(.2.5) are no longer available in Xcode 4.
I would simply copy the .sparseimage but XCode 4 uses a new way to save the snapshots (each separate).

The same goes for color themes migration but the snapshot feature is more important.

//EDIT: completely forgot to mention that even all my archives got lost.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨洒年华 2024-10-27 22:53:43

找到一个选项:

  1. 备份当前
  2. 项目打开以前 XCode 版本中的 SnapshotRepository.sparseimage
  3. 每个项目都有子文件夹 打开其中一个
  4. 将内容从一个子文件夹(在项目快照文件夹内)复制到其原始位置(例如 /myDevDir/projectYouWantToSnapshot/
  5. 使用 XCode 4 打开此项目并制作快照
  6. (可选)从 SnapshotArchive.plist 中获取快照名称(在 .sparseimage)
  7. 退出 XCode 4
  8. 删除原始项目文件夹中的所有文件(例如 /myDevDir/projectYouWantToSnapshot/
  9. 重复步骤 (4.) 到 (8.) 直到所有快照都已版本

化我看到的唯一缺点(除了手动工作之外)是快照的日期设置不正确。最好的方法是将日期(子文件夹名称)保存为描述或名称。

found one option:

  1. make a backup of your current projects
  2. open the SnapshotRepository.sparseimage from previous XCode version
  3. there are subfolders for each project open one of them
  4. copy the content from one subfolder (inside project snapshot folder) to its original position (e.g. /myDevDir/projectYouWantToSnapshot/)
  5. open this project with XCode 4 and make a snapshot
  6. optionally take the snapshot name from the SnapshotArchive.plist (in .sparseimage)
  7. quit XCode 4
  8. delete all files in your original project folder (e.g. /myDevDir/projectYouWantToSnapshot/)
  9. repeat steps (4.) to (8.) till all snapshots are versioned

The only disadvantage I see (beside the manual work) is that the Date of snapshot is not correctly set. The best is to save the date (subfolders name) as description or name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文