List .app applications and macOS Components
List ".app" Applications ls /Applications/ | awk -F '.app' '{ print $1}' - ls / | awk -F '.app' '{ print $1}' >> ~/Desktop/ListOfAllAPPs.txt Use SystemProfiler Find Identified Developers system_profiler…