Re: Putting Xpc Helper into Library/LaunchAgents

2014-08-10 Thread Gerriet M. Denkmann
On 10 Aug 2014, at 14:33, Roland King wrote: > >> On 10 Aug 2014, at 2:18 pm, Gerriet M. Denkmann wrote: >> >> I have an app with an Xpc Helper, which currently starts with: >> NSXPCConnection( serviceName: xpcServiceName ) >> But the goal is that two apps should talk to each other, the

Re: Putting Xpc Helper into Library/LaunchAgents

2014-08-10 Thread Roland King
> On 10 Aug 2014, at 2:18 pm, Gerriet M. Denkmann wrote: > > I have an app with an Xpc Helper, which currently starts with: > NSXPCConnection( serviceName: xpcServiceName ) > But the goal is that two apps should talk to each other, the Xpc Helper being > used to exchange endpoints. > > S

Putting Xpc Helper into Library/LaunchAgents

2014-08-09 Thread Gerriet M. Denkmann
I have an app with an Xpc Helper, which currently starts with: NSXPCConnection( serviceName: xpcServiceName ) But the goal is that two apps should talk to each other, the Xpc Helper being used to exchange endpoints. So I have to use: NSXPCConnection(machServiceName: xpcServiceName