could you tell me please - which object and which method can i use to fetch information about installed applications on OSX with objective c or macruby?
You can just call the Apple command-line tool system_profiler
, e.g.
% system_profiler SPApplicationsDataType
For C or Objective-C you could use system()
to do this.
For more info:
% man system
% man system_profiler
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With