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

16 lines
371 B
JSON

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