I would like to resize a window i got with the runningApplicationWithProcessIdentifier:(pid_t)
function of NSRunningApplication class in the the AppKit framework.
Problem is that the NSRunningApplication object does include the .hide()
and .unhide()
functions but none to resize the window of the application.
Looking forward to your suggestions or solutions.