Skip to content

Commit

Permalink
PIR incident notification on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Dec 3, 2024
1 parent 438c3d1 commit a6ce904
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion live/macos-config/macos-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"version": 7,
"version": 8,
"messages": [
{
"id": "macos_pir_incident_dec_2024",
"content": {
"messageType": "big_single_action",
"titleText": "Personal Information Removal",
"descriptionText": "Personal Information Removal is currently experiencing issues. We're sorry for any inconvenience and we're working resolve the issue now.",
"placeholder": "CriticalUpdate",
"primaryActionText": "OK",
"primaryAction": {
"type": "dismiss",
"value": ""
}
},
"matchingRules": [11]
},
{
"id": "macos_privacy_pro_app_store_exit_survey_1",
"content": {
Expand Down Expand Up @@ -266,6 +281,19 @@
"value": false
}
}
},
{
"id": 11,
"attributes": {
"appVersion": {
"value": "1.116.0"
},
"locale": {
"value": [
"en-US"
]
}
}
}
]
}

0 comments on commit a6ce904

Please sign in to comment.