mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 18:37:37 +00:00
This pull request adds support for the AppCleaner application to the maintained apps system, including its metadata, installation, and uninstallation scripts. The changes define how AppCleaner should be recognized, installed, and uninstalled on macOS, and make it available in the maintained apps catalog. **AppCleaner integration:** * Added a new input definition for AppCleaner in `appcleaner.json`, specifying its metadata such as name, unique identifier, installer format, and default category. * Added a new output definition for AppCleaner in `appcleaner/darwin.json`, including version information, SQL query for existence, installer URL, SHA256 checksum, and detailed install and uninstall scripts. * Updated `apps.json` to include AppCleaner in the list of maintained applications, making it available for discovery and installation via the maintained apps system.
8 lines
207 B
JSON
8 lines
207 B
JSON
{
|
|
"name": "AppCleaner",
|
|
"unique_identifier": "net.freemacsoft.AppCleaner",
|
|
"token": "appcleaner",
|
|
"installer_format": "zip",
|
|
"slug": "appcleaner/darwin",
|
|
"default_categories": ["Productivity"]
|
|
}
|