diff options
author | Vincent Klaiber <vincentklaiber@users.noreply.github.com> | 2014-11-11 14:49:30 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-11-12 11:55:07 +0100 |
commit | 61354e562cd79d7048156290d367b034df1a9bce (patch) | |
tree | 7afbe7f5cf2ddedeb7ddbf73fd93b78610301989 | |
parent | 61600943d812a6e72d3f61ab6d61e41e4def080f (diff) | |
download | dotfiles-61354e562cd79d7048156290d367b034df1a9bce.tar.gz dotfiles-61354e562cd79d7048156290d367b034df1a9bce.tar.bz2 dotfiles-61354e562cd79d7048156290d367b034df1a9bce.zip |
.osx: Update `iOS Simulator.app` path
The iOS Simulator app has been moved.
Closes #452.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -404,7 +404,7 @@ defaults write com.apple.dock showhidden -bool true find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete # Add iOS Simulator to Launchpad -sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app" "/Applications/iOS Simulator.app" +sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app" "/Applications/iOS Simulator.app" # Add a spacer to the left side of the Dock (where the applications are) #defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' |