-
Notifications
You must be signed in to change notification settings - Fork 8
/
com.apple.icloud.managed.json
31 lines (31 loc) · 1.1 KB
/
com.apple.icloud.managed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"title": "com.apple.icloud.managed",
"description": "Preference Domain: com.apple.icloud.managed, Application: Find My Mac",
"__version": "12.0",
"__feedback": "[email protected]",
"type": "object",
"options": {
"remove_empty_properties": true
},
"properties": {
"DisableFMMiCloudSetting": {
"title": "Disable Find My Mac iCloud Setting",
"description": "Disables Find My Mac iCloud Setting. Set to true to disable",
"propertyOrder": 10,
"anyOf": [
{
"title": "Not Configured",
"type": "null"
},
{
"title": "Configured",
"type": "boolean",
"default": true,
"options": {
"infoText": "Key: DisableFMMiCloudSetting"
}
}
]
}
}
}