Skip to content

Commit

Permalink
Update ios/appservice/appservice.go
Browse files Browse the repository at this point in the history
Co-authored-by: dmissmann <[email protected]>
  • Loading branch information
danielpaulus and dmissmann authored Feb 5, 2024
1 parent 7cd6cf4 commit 01d02a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/appservice/appservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (c *Connection) Close() error {
return c.conn.Close()
}

// ListProcesses returns a list of processes with PID and Path running on the device for iOS17+.
// ListProcesses returns a list of processes with their PID and executable path running on the device for iOS17+.
func (c *Connection) ListProcesses() ([]Process, error) {
req := buildListProcessesPayload(c.deviceId)
err := c.conn.Send(req, xpc.HeartbeatRequestFlag)
Expand Down

0 comments on commit 01d02a6

Please sign in to comment.