I need to get all installed application on the OSX using objective c
I googled and found someone suggesting to do this with terminal command:
I am running this command on terminal
"system_profiler SPApplicationsDataType -xml"
to find all applications but I am not able to retrieve the terminal data from code behind.
please provide a way to fetch all installed applciations or at least please let me know to get terminal command result from objective c.
tons of thanks in advance