You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the NSRunningApplication class is missing the processIdentifier method. I'm assuming it's something to do with the pid_t type causing this method to not be auto-generated?
For now I'm going to use msg_send, but if there's anything that can be done to fix this issue I'd be happy to send a PR.
Hi, the
NSRunningApplication
class is missing theprocessIdentifier
method. I'm assuming it's something to do with thepid_t
type causing this method to not be auto-generated?For now I'm going to use
msg_send
, but if there's anything that can be done to fix this issue I'd be happy to send a PR.Edit: Does this look correct?
The text was updated successfully, but these errors were encountered: