Hi. I need to add a bunch of stuff to a Users Safari PLIST file.
In the end I need to add the following to the PLIST but be unsure if, and how I could/should use defaults write command for this. Maybe somebody can help me out?
This is what finally need to be added to the file:
<key>PlugInHostnamePolicies</key> <array> <dict> <key>PlugInHostname</key> <string>some.domain.com</string> <key>PlugInLastVisitedDate</key> <date>2014-05-16T09:08:32Z</date> <key>PlugInPageURL</key> <string>complete string URL</string> <key>PlugInPolicy</key> <string>PlugInPolicyAllowWithSecurityRestrictions</string> <key>PlugInRunUnsandboxed</key> <false/> </dict> </array>
Thanks a lot for your help.