I need to get all installed OSX application using lens c
I googled and found someone offering to do this with a terminal command:
I run this command on terminal
"system_profiler SPApplicationsDataType -xml"
to find all applications, but I can not get the terminal data from the code.
indicate how to get all installed applications, or at least please let me know in order to get the result of the terminal command from the lens c.
tone of thanks in advance
source
share