make a NSWindow of another app show and focused by clicking a foreground app’s button in OC
I have an application H.app (the client app), it has two button a and b, By clicking these buttons, IPC send message to the server app(Also H.app), which will show window A or B. Here’ s my sample code