I am trying to create a PLIST file that has nested Keys. I have tried to use Default Writes, PUtil and Plistbuddy. Below is what I am trying to accomplish in the plist file. Can someone please assist in the command to get this to work.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
‹plist version="1.0">
‹dict>
<key>DC</key>
‹dict>
<key>FeatureLockdown</key>
‹dict>
<key>bEnableGentech</key>
‹false/>
< key>bUpdater</key>
< false/>
<key>bAcroSuppressUpsell</key>
< false/>
</dict>
</dict>
</dict>
</plist>