mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 06:09:01 +00:00
Create conditions.json
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"bundle_id": "comnewapp",
|
||||
"include": ["newfeature"],
|
||||
"exclude": ["oldmodule"],
|
||||
"includeForce": []
|
||||
},
|
||||
{
|
||||
"bundle_id": "comanotherapp",
|
||||
"include": ["anotherfeature"],
|
||||
"exclude": [],
|
||||
"includeForce": ["~/Library/Application Support/AnotherApp"]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user