Hey开发者_Go百科, I was wondering how I could make my app getting info about which apps that are currenly running on the mac. So I basiclly want to get the same information as the force quit does (Apple Logo > Force Quit)
Thank you in advance!
You can use -[NSWorkspace launchedApplications]
.
精彩评论