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"] + } +]