I'm trying to modify a system plist in an Platypus script-based app (Mac), though I have a feeling my question may have a more general answer.
The question is: What is the correct Terminal syntax for targeting and modifying the boolean child of a Dictionary key in a plist file?
I tried:
sudo defaults write /private/var/db/launchd.db/com.apple.launchd.peruser.501/overrides.plist com.github.norio-nomura.SIMBL-Agent Disabled -bool false
but it doesn't like -bool with Disabled there..