Files
Pearcleaner/conditions.json
T
2024-04-17 13:04:06 -06:00

14 lines
300 B
JSON

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