diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-01-16 17:30:04 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2016-01-16 20:56:01 +0100 |
commit | b98a6597c4b0f3a307cff17a062ee46cc8521502 (patch) | |
tree | 5dfd23744c8b6c80d15b5850ac1fe6813ca9081f | |
parent | dc4f1d34dc2808c8463033037396d8102d20921a (diff) | |
download | dotfiles-b98a6597c4b0f3a307cff17a062ee46cc8521502.tar.gz dotfiles-b98a6597c4b0f3a307cff17a062ee46cc8521502.tar.bz2 dotfiles-b98a6597c4b0f3a307cff17a062ee46cc8521502.zip |
.osx: Update Simulator paths for El Capitan
Closes #616.
-rwxr-xr-x | .osx | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -403,8 +403,9 @@ defaults write com.apple.dock showhidden -bool true # Reset Launchpad, but keep the desktop wallpaper intact find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete -# Add iOS Simulator to Launchpad -sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app" "/Applications/iOS Simulator.app" +# Add iOS & Watch Simulator to Launchpad +sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app" "/Applications/Simulator.app" +sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator (Watch).app" "/Applications/Simulator (Watch).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";}' |