🐼 Added simulator alias for Xcode plugin

It is often required to start simulator without Xcode.
master
Michael Nikitochkin 12 years ago
parent 6b3c953775
commit 6dcdfe61e2
  1. 1
      plugins/xcode/xcode.plugin.zsh

@ -16,3 +16,4 @@ function xcsel {
alias xcb='xcodebuild'
alias xcp='xcode-select --print-path'
alias simulator='open $(xcode-select -p)/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app'

Loading…
Cancel
Save