Open kalip2 opened 10 months ago
You can check out the update here: https://github.com/8ta4/plist/commit/0b71269941d19cbd9776bbf8b679f3d5f30b718a.
The days of being limited to your own home are over. Thanks to your brilliant idea, sudo plist
will let you stalk the plist girl next door. 😜
@8ta4
I'm trying to find the setting "Use Large Labels" for Apple Map. I've used both sudo plist
and plist
, but the related PlistBuddy Add/Delete command doesn't show up in Terminal when I toggle on/off "Use Large Labels". I took a guess at defaults read com.apple.Maps
, but that seems to be deprecated in favor of a new path. I just don't know where that new path is?
Hunting for the plist for "Use Large Labels" in Apple Maps is like trying to find a city that went missing in the early days of Apple Maps.
I've been playing detective with fswatch
, keeping an eye on any file system changes when I flip "Use Large Labels" on and off. Oddly enough, no changes are written to the file system. Apple Maps has some secret sauce for storing this preference that doesn't involve the file system changes. It's a bit of a head-scratcher, especially when you compare it to how other Apple Maps preferences are handled.
I asked on Reddit and updated the docs to say that not all settings can be tracked with it.
Hello,
I really like your app, it's been really helpful in managing plist files when I make changes using System Preferences. But there's a small issue – it doesn't watch all the plist files.
You see, on macOS, there are some settings stored in the home directory (e.g.
~/Library
), which the app handles perfectly. However, there are other settings that live outside the home directory and need root access (/var/root/Library/Preferences/
) to be monitored.So, I was wondering if it's possible to expand the app's abilities. It would be great if it could keep an eye on these external plist files as well. This means that when I make changes to them, the app could generate the equivalent "plistbuddy" commands just like it does for the ones inside the home directory.
This change would be a real time-saver for users like me who often need to adjust system-wide settings. Your app is already awesome, and adding this feature would make it even more useful.
Thanks for considering my suggestion, and keep up the great work!