diff options
author | Dominik Porada <porada@mailinator.com> | 2012-08-16 15:24:11 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-26 09:03:43 +0200 |
commit | 40888aea79397c5048ae2d0dbbf7ca4e68e8eca7 (patch) | |
tree | 1127b559b96c72bb42750fd33819de690f1197d6 | |
parent | 93e6bca4262e56ae7612fa752d9df29bd6968369 (diff) | |
download | dotfiles-40888aea79397c5048ae2d0dbbf7ca4e68e8eca7.tar.gz dotfiles-40888aea79397c5048ae2d0dbbf7ca4e68e8eca7.tar.bz2 dotfiles-40888aea79397c5048ae2d0dbbf7ca4e68e8eca7.zip |
.osx: Add iPhone Simulator.app to Launchpad
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -314,6 +314,9 @@ defaults write com.apple.dock showhidden -bool true # Reset Launchpad find ~/Library/Application\ Support/Dock -name "*.db" -maxdepth 1 -delete +# Add iPhone Simulator.app to Launchpad +ln -s /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app ~/Applications + # 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";}' # Add a spacer to the right side of the Dock (where the Trash is) |