iOS開發(fā)的時候功茴,難免需要刪除證書疏日,清除緩存等,或者刪除不必要的模擬器等欲账,下面是具體的路徑,mark下:
常用目錄
- 證書路徑
~/Library/MobileDevice/Provisioning Profiles - 編譯項目緩存垃圾的目錄
~/Library/Developer/Xcode/DerivedData - 插件路徑
~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name - 模擬器runtime
/Library/Developer/CoreSimulator/Profiles/Runtimes - 模擬器
~/Library/Developer/CoreSimulator/Devices - dsym文件符號表
~/Library/Developer/Xcode/iOS DeviceSupport/
快捷鍵更是必不可少芭概,常積累赛不,多多益善
常用快捷鍵
代碼折疊
1、整體折疊(文件維度)
cmd + shf + opt + ←
2罢洲、整體展開(文件維度)
cmd + shf + opt + ←
3踢故、方法折疊
cmd + opt + →
4、方法展開
cmd + opt + ←
Tab打開及切換
1奏路、打開雙tab
cmd + opt + ctl + ←
2畴椰、關閉tab
cmd + w
3、切換tab
cmd + shf + [
cmd + shf + ]
文件檢查欄(inspector)
1鸽粉、顯隱檢查欄
cmd + opt + 0
2斜脂、文件歷史
cmd + opt + 2
導航欄(navigation)
1、顯隱導航欄
cmd + 0
2触机、項目
cmd + 1
3帚戳、git
cmd + 2
4、查找項目中的文件
cmd + shf + F
5儡首、debug
cmd + 7
其他
1片任、顯隱工具欄(tool bar)
cmd + opt + t
2、查看文件修改commit
cmd + shf + ctl + a
3蔬胯、h/m/XXXtest文件相互切換
cmd + ctl + ↑
cmd + ctl + ↓