Skip to content

Instantly share code, notes, and snippets.

@LeoNatan
Last active December 5, 2023 17:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeoNatan/011f737552452d6fc5afc32b7b8cb24e to your computer and use it in GitHub Desktop.
Save LeoNatan/011f737552452d6fc5afc32b7b8cb24e to your computer and use it in GitHub Desktop.
sudo /usr/libexec/PlistBuddy -c "Add 'GelatoCore:Enabled' bool false" /Library/Preferences/FeatureFlags/Domain/Messages.plist
sudo /usr/libexec/PlistBuddy -c "Add 'Gelato:Enabled' bool false" /Library/Preferences/FeatureFlags/Domain/Sharing.plist
To restore defaults:
sudo /usr/libexec/PlistBuddy -c "delete 'GelatoCore:Enabled'" /Library/Preferences/FeatureFlags/Domain/Messages.plist
sudo /usr/libexec/PlistBuddy -c "delete 'Gelato:Enabled'" /Library/Preferences/FeatureFlags/Domain/Sharing.plist
Reboot your machine after these changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment