ryangball / DockBuilder

A LaunchAgent and .app to build a user's Dock upon login and/or on demand.
45 stars 7 forks source link

Breadcrumbs not working in macOS Catalina #4

Closed DrWebster closed 4 years ago

DrWebster commented 4 years ago

After building a DockBuilder package and installing it on a system running 10.15.1, DockBuilder doesn't create a breadcrumb file or log in the user profile -- thus it runs every time a user logs in and rebuilds their Dock. Changing $HOME/ in the build script to ~/ doesn't seem to make a difference.

ryangball commented 4 years ago

@DrWebster this should be resolved with #5. For some reason there was an issue with PlistBuddy in the build so I've switched to plutil there and it seemed like it worked fine. Also, I will probably look at optionally configuring these variables in a configuration profile in the future so that people can change preferences easily with a profile without re-deploying.