Skip to content

Instantly share code, notes, and snippets.

@4np
Last active November 23, 2020 13:16
Show Gist options
  • Save 4np/3dd4b4421c5f29fbfdd16ed979b0ad31 to your computer and use it in GitHub Desktop.
Save 4np/3dd4b4421c5f29fbfdd16ed979b0ad31 to your computer and use it in GitHub Desktop.
Fix macOS beta opt out / unenrollment

Sometimes unenrolling from the macOS beta feed does not work properly.

macOS Beta Channel

You can fix this by enrolling / unenrolling through Terminal:

sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil enroll DeveloperSeed
sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil unenroll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment