Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jps3/89e7310e47ec0530e867c724392c0ae1 to your computer and use it in GitHub Desktop.
Save jps3/89e7310e47ec0530e867c724392c0ae1 to your computer and use it in GitHub Desktop.
Jamf Custom Settings Schema for Techsmith Camtasia 2023 (and likely other versions)
{
"title": "",
"description": "",
"__version": "20230831.1205",
"__preferencedomain": "com.techsmith.camtasia2023",
"links": [
{
"rel": "Documentation Link",
"href": "https://support.techsmith.com/hc/en-us/articles/203727638-Enterprise-Install-Guidelines-For-Camtasia-on-macOS"
}
],
"options": {
"remove_empty_properties": true
},
"properties": {
"CMACFSDisableSignInRequirement": {
"title": "Disable Sign In Requirement",
"description": "This lets you turn off the TechSmith sign-in requirement.",
"anyOf": [
{
"type": "null",
"title": "Not Configured"
},
{
"title": "Configured",
"type": "boolean"
}
]
},
"HideRegistrationKey": {
"title": "Hide License Info",
"description": "Hides references to the license key, registration info, and deactivation options.",
"anyOf": [
{
"type": "null",
"title": "Not Configured"
},
{
"title": "Configured",
"type": "boolean"
}
]
},
"SUAutomaticallyUpdate": {
"title": "Disable Automatic Updates",
"description": "Disables the ability to have automatic updates installed.",
"anyOf": [
{
"type": "null",
"title": "Not Configured"
},
{
"title": "Configured",
"type": "boolean"
}
]
},
"SUEnableAutomaticChecks": {
"title": "Disable Automatic Check for Updates",
"description": "Diables automatic check for updates.",
"anyOf": [
{
"type": "null",
"title": "Not Configured"
},
{
"title": "Configured",
"type": "boolean"
}
]
},
"EnableTrackerBird": {
"title": "Turn Off Analytics Tracking",
"description": "This lets you turn off the analytics tracking",
"anyOf": [
{
"type": "null",
"title": "Not Configured"
},
{
"title": "Configured",
"type": "boolean"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment