From 890157cddf8df3665db0dbf6ccd95728bf8fcfaa Mon Sep 17 00:00:00 2001 From: Saibotk Date: Tue, 3 Dec 2024 01:54:13 +0100 Subject: [PATCH] fix(macos): Remove launchpad reset Seems like this does not exist anymore --- macos/.macos | 3 --- 1 file changed, 3 deletions(-) diff --git a/macos/.macos b/macos/.macos index 5bbc929..f2ce9f3 100644 --- a/macos/.macos +++ b/macos/.macos @@ -413,9 +413,6 @@ defaults write com.apple.dock show-recents -bool false # Disable the Launchpad gesture (pinch with thumb and three fingers) #defaults write com.apple.dock showLaunchpadGestureEnabled -int 0 -# Reset Launchpad, but keep the desktop wallpaper intact -find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete - # 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"