Skip to content

Instantly share code, notes, and snippets.

@czottmann
Forked from insidegui/lsremovearchives.sh
Created April 28, 2024 13:02
Show Gist options
  • Save czottmann/88f0529ce129c37166516660362d5322 to your computer and use it in GitHub Desktop.
Save czottmann/88f0529ce129c37166516660362d5322 to your computer and use it in GitHub Desktop.
Remove Xcode app archives from macOS LaunchServices database
#!/bin/bash
# Recursivelly removes all apps from your Xcode archives from the LaunchServices database, preventing them from being used for widgets, launch at login, etc.
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -R -f -u $HOME/Library/Developer/Xcode/Archives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment