Skip to content

Instantly share code, notes, and snippets.

@acalism
Created March 25, 2016 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acalism/b3167f96b0f477515bac to your computer and use it in GitHub Desktop.
Save acalism/b3167f96b0f477515bac to your computer and use it in GitHub Desktop.
跟Xcode有关的几个目录
// 1. Xcode->preferences->Components下载后存在哪?(runtime 和 document)
// /Library/Developer/CoreSimulator/Profiles/Runtimes
// ~/Library/Developer/CoreSimulator/Devices/
// ~/Library/Developer/Shared/Documentation/DocSets/
// 2. 虚拟设备的配置文件和安装的app,建议用Xcode的Devices工具管理,也可以用 xcrun simctl 命令管理
// ~/Library/Developer/CoreSimulator/Devices/
// 3. 移动设备接入电脑后,会自动生成这些。删除后下次会重建————没必要删除,除非你确认这个设备再不会使用了
// ~/Library/Developer/Xcode/iOS\ DeviceSupport/
// 值得一提的是,这个目录的父目录也值得探索
// 4. mobile provisioning profile 导入后存放的目录(导入发生于双击xx.mobileprovision文件时)
// ~/Library/MobileDevice/Provisioning\ Profiles/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment