When I walk around Mac OS X, I sometimes want to know a little bit more deeply inside the application, such as what framework this application uses. Cocoa or Carbon? CFM or Mach-O? Does this use Java?
So I wrote "GetInfo for App" utility. It checks the application and guess some informations for that app. Simple enough, isn't it?





