It seems like every time i try to make Custom Settings for a config profile, no matter how I make the plist file (xCode, VSStudio, manual creation, Jamf Pro spits out : JSON format is incorrect. I'm really confused at what I'm doing wrong.
It will accept an actual JSON format, but then nothing populates in the form editor or Plist preview panes.
What am I doing wrong? How should i go about making custom settings for external apps?
Thanks in advance!
Here is a sample from my OneDrive config profile
<?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>AllowTenantList</key>
<string>TenantID</string>
<key>BlockExternalSync</key>
<true/>
<key>DisablePersonalSync</key>
<true/>
<key>DisableTutorial</key>
<true/>
<key>FilesOnDemandEnabled</key>
<true/>
</dict>
</plist>