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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# MOLXPCConnection
2
2
3
-
A wrapper around NSXPCListener and NSXPCConnection to provide client multiplexing, signature validation of connecting clients and forced connection establishment.
3
+
A wrapper around NSXPCListener and NSXPCConnection to provide client multiplexing,
4
+
signature validation of connecting clients, forced connection establishment and
5
+
different exported interfaces for privileged/unprivileged clients.
4
6
5
7
## Installation
6
8
@@ -16,7 +18,7 @@ Example server started by `launchd` where the `launchd` job has a `MachServices`
0 commit comments