Create conditions.json

This commit is contained in:
Alin Lupascu
2024-04-17 12:59:31 -06:00
committed by GitHub
parent 48a356d1ac
commit 7846e41d8b
+14
View File
@@ -0,0 +1,14 @@
[
{
"bundle_id": "comnewapp",
"include": ["newfeature"],
"exclude": ["oldmodule"],
"includeForce": []
},
{
"bundle_id": "comanotherapp",
"include": ["anotherfeature"],
"exclude": [],
"includeForce": ["~/Library/Application Support/AnotherApp"]
}
]