Skip to content

Commit b98a659

Browse files
mgolmathiasbynens
authored andcommitted
.osx: Update Simulator paths for El Capitan
Closes mathiasbynens#616.
1 parent dc4f1d3 commit b98a659

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.osx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,9 @@ defaults write com.apple.dock showhidden -bool true
403403
# Reset Launchpad, but keep the desktop wallpaper intact
404404
find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete
405405

406-
# Add iOS Simulator to Launchpad
407-
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app" "/Applications/iOS Simulator.app"
406+
# Add iOS & Watch Simulator to Launchpad
407+
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app" "/Applications/Simulator.app"
408+
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator (Watch).app" "/Applications/Simulator (Watch).app"
408409

409410
# Add a spacer to the left side of the Dock (where the applications are)
410411
#defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'

0 commit comments

Comments
 (0)