From 170e142207e20fc3de38cc240951b5dd2c86acd0 Mon Sep 17 00:00:00 2001 From: Darnell Andries Date: Mon, 18 Nov 2024 22:25:02 -0800 Subject: [PATCH] Include macOS in `BraveP3AJSONOtherDeprecation`, include iOS in `BraveP3ATypicalJSONDeprecationEnabled` --- studies/BraveP3AJSONOtherDeprecation.json5 | 1 + studies/BraveP3ATypicalJSONDeprecationEnabled.json5 | 1 + 2 files changed, 2 insertions(+) diff --git a/studies/BraveP3AJSONOtherDeprecation.json5 b/studies/BraveP3AJSONOtherDeprecation.json5 index 37928e4e..c007cefb 100644 --- a/studies/BraveP3AJSONOtherDeprecation.json5 +++ b/studies/BraveP3AJSONOtherDeprecation.json5 @@ -26,6 +26,7 @@ 'WINDOWS', 'LINUX', 'ANDROID', + 'MAC', ], }, }, diff --git a/studies/BraveP3ATypicalJSONDeprecationEnabled.json5 b/studies/BraveP3ATypicalJSONDeprecationEnabled.json5 index 97378561..84334ac9 100644 --- a/studies/BraveP3ATypicalJSONDeprecationEnabled.json5 +++ b/studies/BraveP3ATypicalJSONDeprecationEnabled.json5 @@ -27,6 +27,7 @@ 'MAC', 'LINUX', 'ANDROID', + 'IOS', ], }, },