Skip to content

Fix #230 (issues with UTF-8 filenames in prefs data on OSX).

Albert Gräf requested to merge aggraef/purr-data:testing into master

We use 'defaults export' rather than 'defaults read' to grab the prefs data on OSX now, which loads the prefs much faster and also properly deals with filenames containing UTF-8 characters.

Merge request reports