Added Xcode alias for deleting Derived Data.

master
Emil Marashliev 12 years ago
parent 43aa3783f8
commit 575bb91b5f
  1. 1
      plugins/xcode/xcode.plugin.zsh

@ -16,6 +16,7 @@ function xcsel {
alias xcb='xcodebuild'
alias xcp='xcode-select --print-path'
alias xcdd='rm -rf ~/Library/Developer/Xcode/DerivedData/*'
if [[ -d $(xcode-select -p)/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app ]]; then
alias simulator='open $(xcode-select -p)/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app'

Loading…
Cancel
Save