Files
Pearcleaner/conditions.json
T
2024-04-17 12:59:31 -06:00

15 lines
328 B
JSON

[
{
"bundle_id": "comnewapp",
"include": ["newfeature"],
"exclude": ["oldmodule"],
"includeForce": []
},
{
"bundle_id": "comanotherapp",
"include": ["anotherfeature"],
"exclude": [],
"includeForce": ["~/Library/Application Support/AnotherApp"]
}
]