Uninstall 美图秀秀 on Mac
Export finished images from 美图秀秀 and keep original photos outside its temporary editing state before removing the app. The September 20, 2026 record covers the app copied from the official package.
Quit and remove the app
Close any edit in progress, quit 美图秀秀 and move 美图秀秀.app to Trash. Verify that wanted exported images open in Finder before clearing any app cache. The official page has more product information.
Review the app’s data
The cask lists exact ~/Library/Caches/com.meitu.mtxxpro and ~/Library/Preferences/com.meitu.mtxxpro.plist. A Meitu parent folder is not specific to 美图秀秀 and must not be treated as its private leftover.
If you installed it with Homebrew
The Homebrew cask has its own --zap list. brew uninstall --cask meituxiuxiu removes the cask without that list; brew uninstall --cask --zap meituxiuxiu also acts on its listed data without consulting Mole’s checkboxes. The zap list is limited to the exact cache and preference shown above. Mole also suppresses zap if its list would cross an unchecked, shared, unknown, or unsupported path; selected remnants still follow Mole’s own deletion path.
brew uninstall --cask meituxiuxiu
Check the result
These commands inspect the running process and one relevant location. They do not remove anything:
pgrep -il "美图秀秀"
ls -ld "$HOME/Library/Caches/com.meitu.mtxxpro"
No pgrep match means no process with that name is running; a match needs identification before quitting anything. A listed path still exists, while an ls “No such file” error means only that exact path is absent. A permission error is inconclusive.
What Mole lists
Mole selects exact bundle-ID cache and preference rows by default when present. It does not select image output or a broad Meitu parent by name.
What this test covered
The September 20, 2026 official-package test selected the app-specific rows. An empty Application Support/Meitu and a vendor cache parent were left alone because they were not exclusive to this app.
