MathSettings
The declaration to configure the math and calculator apps.
Declaration
object MathSettingsProperties
| Name | Type | Description |
|---|---|---|
Calculator | MathSettingsCalculatorObject | If present, configures the built-in Calculator app. |
SystemBehavior | MathSettingsSystemBehaviorObject | If present, configures math behavior in the system. |
Discussion
Specify com.apple.configuration.math.settings as the declaration type.
Configuration availability
Allowed in supervised enrollment | iOS, macOS, Shared iPad |
Allowed in device enrollment | NA |
Allowed in user enrollment | NA |
Allowed in local enrollment | NA |
Allowed in system scope | iOS |
Allowed in user scope | macOS, Shared iPad |
Configuration example
This configuration prevents the use of scientific and programmer modes in calculator app.
{
"Type": "com.apple.configuration.math.settings",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"Calculator": {
"ScientificMode": {
"Enabled": false
},
"ProgrammerMode": {
"Enabled": false
}
}
}
}