Hi, is there a soluttion for this issue?
I have macOS 11.5.x
I tried already view things. Convert the plist to xml1 format.
I created .xml file
I tried also to create a Configuration Profile with App Configurator 2
I am trying to add some settings for Google Chrome
This is my .plist file
<?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>CookiesAllowedForUrls</key>
<array>
<string>[.]....</string>
<string>[.]login.microsoftonline.com</string>
<string>[.]login.microsoft.com</string>
</array>
<key>DefaultBrowserSettingEnabled</key>
<true/>
<key>ImportBookmarks</key>
<true/>
<key>MetricsReportingEnabled</key>
<false/>
<key>PopupsAllowedForUrls</key>
<array>
<string>[].....</string>
<string>[*]......./string>
</array>
</dict>
</plist>
With Jamf Pro i do not have any issues to deploy it
please help