From 40888aea79397c5048ae2d0dbbf7ca4e68e8eca7 Mon Sep 17 00:00:00 2001 From: Dominik Porada Date: Thu, 16 Aug 2012 15:24:11 +0200 Subject: .osx: Add iPhone Simulator.app to Launchpad --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 0c605e2..25fb663 100755 --- a/.osx +++ b/.osx @@ -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) -- cgit v1.2.3