Enumerate All Installed Applications on OS X

后端 未结 3 1218
孤城傲影
孤城傲影 2020-12-09 12:53

Basic problem

I\'m looking for a solution to enumerate all applications installed on a (Mac) OS X system, i.e. all application bundles registered with LaunchServic

3条回答
  •  情歌与酒
    2020-12-09 13:44

    in terminal:

    system_profiler SPApplicationsDataType > list_of_all_apps.txt

    ... writes output of the system_profiler query to that text file.

提交回复
热议问题