diff options
author | Neal <neal@ineal.me> | 2014-10-14 13:57:02 -0500 |
---|---|---|
committer | Neal <neal@ineal.me> | 2014-10-14 13:57:19 -0500 |
commit | d794a502f6e551c2ccb1479fc68dbae352c839f5 (patch) | |
tree | 6abf459634b1abc10fdbc759c1a2f7eedd8307ec | |
parent | 96e4e5dd032d2df75f87d5b3e5594d527c655b16 (diff) | |
download | zsh-d794a502f6e551c2ccb1479fc68dbae352c839f5.tar.gz zsh-d794a502f6e551c2ccb1479fc68dbae352c839f5.tar.bz2 zsh-d794a502f6e551c2ccb1479fc68dbae352c839f5.zip |
Update path for the iOS simulator.
-rw-r--r-- | plugins/xcode/xcode.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xcode/xcode.plugin.zsh b/plugins/xcode/xcode.plugin.zsh index e59bee8c7..3d7781bf9 100644 --- a/plugins/xcode/xcode.plugin.zsh +++ b/plugins/xcode/xcode.plugin.zsh @@ -16,4 +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' +alias simulator='open $(xcode-select -p)/Applications/iOS\ Simulator.app' |