From b9a60f5977aeda7feef33414b901e6b98425934b Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Wed, 17 Apr 2024 13:09:16 -0600 Subject: [PATCH] Update conditions.json --- conditions.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/conditions.json b/conditions.json index 11478f3..23b92c3 100644 --- a/conditions.json +++ b/conditions.json @@ -1,15 +1,8 @@ [ { - "bundle_id": "uszoomxos", - "include": ["newfeature"], - "exclude": ["oldmodule"], - "includeForce": ["~/Library/Application Support/AnotherApp"] - - }, - { - "bundle_id": "comanotherapp", - "include": ["anotherfeature"], + "bundle_id": "TEMPLATE", + "include": [], "exclude": [], - "includeForce": ["~/Library/Application Support/AnotherApp"] + "includeForce": [] } ]