Skip to content

Clearing User Preferences from NSUserDefaults

James Tang edited this page Nov 1, 2016 · 1 revision

For some reason if the plugin just can't be used, we wanted to remove everything related in our NSUserDefaults. There're three things you can check

defaults read com.bohemiancoding.sketch3 design.magicmirror.licensedto
defaults read com.bohemiancoding.sketch3 design.magicmirror.actionscount
defaults read com.bohemiancoding.sketch3 design.magicmirror.lastcheck

To manually remove some info using terminal

defaults delete com.bohemiancoding.sketch3 design.magicmirror.licensedto
Clone this wiki locally