diff --git a/live/macos-config/macos-config.json b/live/macos-config/macos-config.json index e7a4408..8652ca6 100644 --- a/live/macos-config/macos-config.json +++ b/live/macos-config/macos-config.json @@ -1,5 +1,5 @@ { - "version": 6, + "version": 7, "messages": [ { "id": "macos_privacy_pro_app_store_exit_survey_1", @@ -114,11 +114,14 @@ "value": true }, "pproPurchasePlatform": { - "value": ["apple", "stripe"] + "value": ["apple"] }, "pproSubscriptionStatus": { "value": ["expiring"] }, + "pproDaysUntilExpiryOrRenewal": { + "max": 10 + }, "appVersion": { "min": "1.101.0" }, @@ -134,11 +137,14 @@ "value": true }, "pproPurchasePlatform": { - "value": ["apple", "stripe"] + "value": ["stripe"] }, "pproSubscriptionStatus": { "value": ["expiring"] }, + "pproDaysUntilExpiryOrRenewal": { + "max": 10 + }, "appVersion": { "min": "1.101.0" },