浏览代码

:panda_face: Added simulator alias for Xcode plugin

It is often required to start simulator without Xcode.
Michael Nikitochkin 11 年之前
父节点
当前提交
6dcdfe61e2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/xcode/xcode.plugin.zsh

+ 1 - 0
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'