chilcote / outset

Automatically process packages, profiles, and scripts during boot, login, or on demand.
572 stars 58 forks source link

Prefs Read/Write Fix #79

Closed gsmc-alx closed 4 years ago

gsmc-alx commented 4 years ago

Fix to preference read/write, following removal of plistlib.readPlist() and plistlib.writePlist() from Python 3.8.

gsmc-alx commented 4 years ago

I’m running a system update on my laptop at the moment, so can’t fix those issues right now, unfortunately.

Could you maybe fix them at your end, if you have a moment?

gsmc-alx commented 4 years ago

Laptop update finished. Fixed those two issues. Sorry about that- silly mistakes...

chilcote commented 4 years ago

Looks good to me. I'll merge, and then we can get feedback from others to make sure no one finds any other edge cases. Thanks a lot for putting this together.

gsmc-alx commented 4 years ago

Great!