Skip to content

Instantly share code, notes, and snippets.

@opshope
Created September 23, 2015 23:35
Show Gist options
  • Save opshope/13187e7414ebb2905e8f to your computer and use it in GitHub Desktop.
Save opshope/13187e7414ebb2905e8f to your computer and use it in GitHub Desktop.
A tool to figure out which settings are stored in which plist after changing a preference
defaults read > a
#Change the setting
defaults read > b
diff a b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment