fleet/ee/maintained-apps/inputs/homebrew/appcleaner.json
Allen Houchins e42f71402d
Add AppCleaner as a macOS FMA (#37316)
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.
2025-12-15 21:12:59 -06:00

8 lines
207 B
JSON

{
"name": "AppCleaner",
"unique_identifier": "net.freemacsoft.AppCleaner",
"token": "appcleaner",
"installer_format": "zip",
"slug": "appcleaner/darwin",
"default_categories": ["Productivity"]
}