-
Notifications
You must be signed in to change notification settings - Fork 8
/
com.apple.AdLib.json
31 lines (31 loc) · 1.1 KB
/
com.apple.AdLib.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.AdLib",
"description": "Preference Domain: com.apple.AdLib, Application: Personalized Advertising",
"__version": "12.0",
"__feedback": "[email protected]",
"type": "object",
"options": {
"remove_empty_properties": true
},
"properties": {
"allowApplePersonalizedAdvertising": {
"title": "Allow Personalized Advertising",
"description": "If false, Disables Personalized Advertising",
"propertyOrder": 10,
"anyOf": [
{
"title": "Not Configured",
"type": "null"
},
{
"title": "Configured",
"type": "boolean",
"default": true,
"options": {
"infoText": "Key: allowApplePersonalizedAdvertising"
}
}
]
}
}
}