From 7846e41d8bf54870c3711b40b11d97ae12d3d975 Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Wed, 17 Apr 2024 12:59:31 -0600 Subject: [PATCH] Create conditions.json --- conditions.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conditions.json diff --git a/conditions.json b/conditions.json new file mode 100644 index 0000000..71eb103 --- /dev/null +++ b/conditions.json @@ -0,0 +1,14 @@ +[ + { + "bundle_id": "comnewapp", + "include": ["newfeature"], + "exclude": ["oldmodule"], + "includeForce": [] + }, + { + "bundle_id": "comanotherapp", + "include": ["anotherfeature"], + "exclude": [], + "includeForce": ["~/Library/Application Support/AnotherApp"] + } +]