A small utility for people having issues starting applications on OS X. Some applications may be incorrectly flagged as damaged by OS X, or even flagged as legacy PowerPC applications.
The utility lets you select any application and will attempt to repair it.
The repair process will clear all extended attributes on the application bundle by running:
xattr -c -r /path/to/application.app
It will also reset the LaunchServices database by running:
lsregister -kill -r -domain local -domain system -domain user
Note that lsregister
is located in the LaunchServices
system framework.
iMazing App Fixer is released under the terms of the MIT License.
Owner: DigiDNA
Web: imazing.com
Blog: imazing.com/blog
Twitter: @DigiDNA
GitHub: github.com/DigiDNA